#459261

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

Shades of Chateau Green #459261

Tints of Chateau Green #459261

Color information

#459261 (or 0x459261) is unknown color: approx Chateau Green. HEX triplet: 45, 92 and 61. RGB value is (69,146,97). Sum of RGB (Red+Green+Blue) = 69+146+97=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #459261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459261 is #BA6D9E. Grayscale: #757575. Windows color (decimal): -12217759 or 6394437. OLE color: 6394437.

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

Color convert

RGB6914697-
CMYK0.5300.340.43
HSL141.82º35.81%42.16%-
HSV(B)141.82º52.74%57.25%-
XYZ14.8922.6914.9-
YUV117.39116.4993.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=22.12%
G=46.79%
B=31.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146970.5300.340.43141.8235.8142.16
Hex459261350222B8e242a
Octal10522214165042532164452
Binary1000101100100101100001110101010001010101110001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459261; }

 p { color: rgb(69,146,97); }

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

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

 a { background-color: rgb(69,146,97); }

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

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

 span { border-color: rgb(69,146,97); }

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