#45AA58

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

Shades of Chateau Green #45AA58

Tints of Chateau Green #45AA58

Color information

#45AA58 (or 0x45AA58) is unknown color: approx Chateau Green. HEX triplet: 45, AA and 58. RGB value is (69,170,88). Sum of RGB (Red+Green+Blue) = 69+170+88=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA58 is #BA55A7. Grayscale: #828282. Windows color (decimal): -12211624 or 5810757. OLE color: 5810757.

HSL color Cylindrical-coordinate representation of color #45AA58: hue angle of 131.29º 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 #45AA58 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB6917088-
CMYK0.5900.480.33
HSL131.29º42.26%46.86%-
HSV(B)131.29º59.41%66.67%-
XYZ18.5930.7214.18-
YUV130.45104.0484.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=21.10%
G=51.99%
B=26.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170880.5900.480.33131.2942.2646.86
Hex45AA583B03021832a2f
Octal10525213073060412035257
Binary1000101101010101011000111011011000010000110000011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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