#45AA5C

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

Shades of Chateau Green #45AA5C

Tints of Chateau Green #45AA5C

Color information

#45AA5C (or 0x45AA5C) is unknown color: approx Chateau Green. HEX triplet: 45, AA and 5C. RGB value is (69,170,92). Sum of RGB (Red+Green+Blue) = 69+170+92=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA5C is #BA55A3. Grayscale: #838383. Windows color (decimal): -12211620 or 6072901. OLE color: 6072901.

HSL color Cylindrical-coordinate representation of color #45AA5C: hue angle of 133.66º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA5C is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB6917092-
CMYK0.5900.460.33
HSL133.66º42.26%46.86%-
HSV(B)133.66º59.41%66.67%-
XYZ18.7630.7915.08-
YUV130.91106.0483.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=20.85%
G=51.36%
B=27.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170920.5900.460.33133.6642.2646.86
Hex45AA5C3B02E21862a2f
Octal10525213473056412065257
Binary1000101101010101011100111011010111010000110000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AA5C; }

 p { color: rgb(69,170,92); }

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

<style>
 a { background-color: #45AA5C; }

 a { background-color: rgb(69,170,92); }

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

<style>
 span { border-color: #45AA5C; }

 span { border-color: rgb(69,170,92); }

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