#45A864

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

Shades of Chateau Green #45A864

Tints of Chateau Green #45A864

Color information

#45A864 (or 0x45A864) is unknown color: approx Chateau Green. HEX triplet: 45, A8 and 64. RGB value is (69,168,100). Sum of RGB (Red+Green+Blue) = 69+168+100=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #45A864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A864 is #BA579B. Grayscale: #828282. Windows color (decimal): -12212124 or 6596677. OLE color: 6596677.

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

Color convert

RGB69168100-
CMYK0.5900.400.34
HSL138.79º41.77%46.47%-
HSV(B)138.79º58.93%65.88%-
XYZ18.7630.1916.9-
YUV130.65110.784.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 168 (66.02% from 255) = 49.85%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=20.47%
G=49.85%
B=29.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691681000.5900.400.34138.7941.7746.47
Hex45A8643B028228b2a2e
Octal10525014473050422135256
Binary1000101101010001100100111011010100010001010001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,168,100); }

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

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

 a { background-color: rgb(69,168,100); }

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

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

 span { border-color: rgb(69,168,100); }

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