#45A055

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

Shades of Chateau Green #45A055

Tints of Chateau Green #45A055

Color information

#45A055 (or 0x45A055) is unknown color: approx Chateau Green. HEX triplet: 45, A0 and 55. RGB value is (69,160,85). Sum of RGB (Red+Green+Blue) = 69+160+85=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #45A055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A055 is #BA5FAA. Grayscale: #7C7C7C. Windows color (decimal): -12214187 or 5611589. OLE color: 5611589.

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

Color convert

RGB6916085-
CMYK0.5700.470.37
HSL130.55º39.74%44.9%-
HSV(B)130.55º56.88%62.75%-
XYZ16.6627.0612.94-
YUV124.24105.8588.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 160 (62.89% from 255) = 50.96%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=21.97%
G=50.96%
B=27.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69160850.5700.470.37130.5539.7444.9
Hex45A0553902F2583282d
Octal10524012571057452035055
Binary1000101101000001010101111001010111110010110000011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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