#459964

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

Shades of Chateau Green #459964

Tints of Chateau Green #459964

Color information

#459964 (or 0x459964) is unknown color: approx Chateau Green. HEX triplet: 45, 99 and 64. RGB value is (69,153,100). Sum of RGB (Red+Green+Blue) = 69+153+100=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #459964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459964 is #BA669B. Grayscale: #797979. Windows color (decimal): -12215964 or 6592837. OLE color: 6592837.

HSL color Cylindrical-coordinate representation of color #459964: hue angle of 142.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459964 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB69153100-
CMYK0.5500.350.4
HSL142.14º37.84%43.53%-
HSV(B)142.14º54.9%60%-
XYZ16.1524.9716.02-
YUV121.84115.6790.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=21.43%
G=47.52%
B=31.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531000.5500.350.4142.1437.8443.53
Hex45996437023288e262c
Octal10523114467043502164654
Binary1000101100110011100100110111010001110100010001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459964; }

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

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

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

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

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

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

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

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