#459C64

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

Shades of Chateau Green #459C64

Tints of Chateau Green #459C64

Color information

#459C64 (or 0x459C64) is unknown color: approx Chateau Green. HEX triplet: 45, 9C and 64. RGB value is (69,156,100). Sum of RGB (Red+Green+Blue) = 69+156+100=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #459C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C64 is #BA639B. Grayscale: #7B7B7B. Windows color (decimal): -12215196 or 6593605. OLE color: 6593605.

HSL color Cylindrical-coordinate representation of color #459C64: hue angle of 141.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C64 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB69156100-
CMYK0.5600.360.39
HSL141.38º38.67%44.12%-
HSV(B)141.38º55.77%61.18%-
XYZ16.6425.9616.19-
YUV123.6114.6889.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=21.23%
G=48%
B=30.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561000.5600.360.39141.3838.6744.12
Hex459C6438024278d272c
Octal10523414470044472154754
Binary1000101100111001100100111000010010010011110001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459C64; }

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

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

<style>
 a { background-color: #459C64; }

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

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

<style>
 span { border-color: #459C64; }

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

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