#458D52

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

Shades of Chateau Green #458D52

Tints of Chateau Green #458D52

Color information

#458D52 (or 0x458D52) is unknown color: approx Chateau Green. HEX triplet: 45, 8D and 52. RGB value is (69,141,82). Sum of RGB (Red+Green+Blue) = 69+141+82=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #458D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D52 is #BA72AD. Grayscale: #707070. Windows color (decimal): -12219054 or 5410117. OLE color: 5410117.

HSL color Cylindrical-coordinate representation of color #458D52: hue angle of 130.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D52 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB6914182-
CMYK0.5100.420.45
HSL130.83º34.29%41.18%-
HSV(B)130.83º51.06%55.29%-
XYZ13.520.9211.31-
YUV112.75110.6596.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 141 (55.47% from 255) = 48.29%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=23.63%
G=48.29%
B=28.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69141820.5100.420.45130.8334.2941.18
Hex458D523302A2D832229
Octal10521512263052552034251
Binary1000101100011011010010110011010101010110110000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458D52; }

 p { color: rgb(69,141,82); }

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

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

 a { background-color: rgb(69,141,82); }

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

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

 span { border-color: rgb(69,141,82); }

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