#44A164

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

Shades of Chateau Green #44A164

Tints of Chateau Green #44A164

Color information

#44A164 (or 0x44A164) is unknown color: approx Chateau Green. HEX triplet: 44, A1 and 64. RGB value is (68,161,100). Sum of RGB (Red+Green+Blue) = 68+161+100=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #44A164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A164 is #BB5E9B. Grayscale: #7E7E7E. Windows color (decimal): -12279452 or 6594884. OLE color: 6594884.

HSL color Cylindrical-coordinate representation of color #44A164: hue angle of 140.65º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A164 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB68161100-
CMYK0.5800.380.37
HSL140.65º40.61%44.9%-
HSV(B)140.65º57.76%63.14%-
XYZ17.4327.6416.47-
YUV126.24113.1986.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=20.67%
G=48.94%
B=30.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681611000.5800.380.37140.6540.6144.9
Hex44A1643A026258d292d
Octal10424114472046452155155
Binary1000100101000011100100111010010011010010110001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,161,100); }

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

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

 a { background-color: rgb(68,161,100); }

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

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

 span { border-color: rgb(68,161,100); }

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