#44A05D

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

Shades of Chateau Green #44A05D

Tints of Chateau Green #44A05D

Color information

#44A05D (or 0x44A05D) is unknown color: approx Chateau Green. HEX triplet: 44, A0 and 5D. RGB value is (68,160,93). Sum of RGB (Red+Green+Blue) = 68+160+93=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #44A05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A05D is #BB5FA2. Grayscale: #7D7D7D. Windows color (decimal): -12279715 or 6135876. OLE color: 6135876.

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

Color convert

RGB6816093-
CMYK0.5700.420.37
HSL136.3º40.35%44.71%-
HSV(B)136.3º57.5%62.75%-
XYZ16.9327.1614.71-
YUV124.85110.0287.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=21.18%
G=49.84%
B=28.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68160930.5700.420.37136.340.3544.71
Hex44A05D3902A2588282d
Octal10424013571052452105055
Binary1000100101000001011101111001010101010010110001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,93); }

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

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

 a { background-color: rgb(68,160,93); }

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

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

 span { border-color: rgb(68,160,93); }

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