#45A057

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

Shades of Chateau Green #45A057

Tints of Chateau Green #45A057

Color information

#45A057 (or 0x45A057) is unknown color: approx Chateau Green. HEX triplet: 45, A0 and 57. RGB value is (69,160,87). Sum of RGB (Red+Green+Blue) = 69+160+87=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #45A057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A057 is #BA5FA8. Grayscale: #7C7C7C. Windows color (decimal): -12214185 or 5742661. OLE color: 5742661.

HSL color Cylindrical-coordinate representation of color #45A057: hue angle of 131.87º 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 #45A057 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB6916087-
CMYK0.5700.460.37
HSL131.87º39.74%44.9%-
HSV(B)131.87º56.88%62.75%-
XYZ16.7527.0913.36-
YUV124.47106.8588.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=21.84%
G=50.63%
B=27.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160870.5700.460.37131.8739.7444.9
Hex45A0573902E2584282d
Octal10524012771056452045055
Binary1000101101000001010111111001010111010010110000100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,160,87); }

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

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

 a { background-color: rgb(69,160,87); }

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

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

 span { border-color: rgb(69,160,87); }

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