#459360

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

Shades of Chateau Green #459360

Tints of Chateau Green #459360

Color information

#459360 (or 0x459360) is unknown color: approx Chateau Green. HEX triplet: 45, 93 and 60. RGB value is (69,147,96). Sum of RGB (Red+Green+Blue) = 69+147+96=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #459360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459360 is #BA6C9F. Grayscale: #757575. Windows color (decimal): -12217504 or 6329157. OLE color: 6329157.

HSL color Cylindrical-coordinate representation of color #459360: hue angle of 140.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459360 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB6914796-
CMYK0.5300.350.42
HSL140.77º36.11%42.35%-
HSV(B)140.77º53.06%57.65%-
XYZ1522.9814.71-
YUV117.86115.6693.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=22.12%
G=47.12%
B=30.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147960.5300.350.42140.7736.1142.35
Hex459360350232A8d242a
Octal10522314065043522154452
Binary1000101100100111100000110101010001110101010001101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459360; }

 p { color: rgb(69,147,96); }

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

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

 a { background-color: rgb(69,147,96); }

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

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

 span { border-color: rgb(69,147,96); }

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