#44B65F

Color #44B65F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #44B65F

Tints of Chateau Green #44B65F

Color information

#44B65F (or 0x44B65F) is unknown color: approx Chateau Green. HEX triplet: 44, B6 and 5F. RGB value is (68,182,95). Sum of RGB (Red+Green+Blue) = 68+182+95=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #44B65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B65F is #BB49A0. Grayscale: #8A8A8A. Windows color (decimal): -12274081 or 6272580. OLE color: 6272580.

HSL color Cylindrical-coordinate representation of color #44B65F: hue angle of 134.21º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B65F is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB6818295-
CMYK0.6300.480.29
HSL134.21º45.6%49.02%-
HSV(B)134.21º62.64%71.37%-
XYZ21.1835.5116.56-
YUV138103.7378.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=19.71%
G=52.75%
B=27.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68182950.6300.480.29134.2145.649.02
Hex44B65F3F0301D862e31
Octal10426613777060352065661
Binary100010010110110101111111111101100001110110000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B65F; }

 p { color: rgb(68,182,95); }

 H1.HeaderClassName
 {
   color: #44B65F;
 }
 .AnyTagClassName
 {
   color: #44B65F;
 }
</style>
background-color css

<style>
 a { background-color: #44B65F; }

 a { background-color: rgb(68,182,95); }

 div.DivClassName
 {
   background-color: #44B65F;
 }
 .BgClassName
 {
   background-color: #44B65F;
 }
</style>
border-color css

<style>
 span { border-color: #44B65F; }

 span { border-color: rgb(68,182,95); }

 td.TdClassName
 {
   border-color: #44B65F;
 }
 .TagClassName
 {
   border-color: #44B65F;
 }
</style>