#458B5A

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

Shades of Chateau Green #458B5A

Tints of Chateau Green #458B5A

Color information

#458B5A (or 0x458B5A) is unknown color: approx Chateau Green. HEX triplet: 45, 8B and 5A. RGB value is (69,139,90). Sum of RGB (Red+Green+Blue) = 69+139+90=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #458B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B5A is #BA74A5. Grayscale: #707070. Windows color (decimal): -12219558 or 5933893. OLE color: 5933893.

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

Color convert

RGB6913990-
CMYK0.5000.350.45
HSL138º33.65%40.78%-
HSV(B)138º50.36%54.51%-
XYZ13.5320.4712.91-
YUV112.48115.3196.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=23.15%
G=46.64%
B=30.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139900.5000.350.4513833.6540.78
Hex458B5A320232D8a2229
Octal10521313262043552124251
Binary1000101100010111011010110010010001110110110001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,139,90); }

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

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

 a { background-color: rgb(69,139,90); }

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

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

 span { border-color: rgb(69,139,90); }

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