Html Css Color HEX #458B5A Chateau Green

📋 copy color: '#458B5A'

red 69 ◦ green 139 ◦ blue 90

#458B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #458B5A

Tints of Chateau Green #458B5A

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.2%

R = 23.15%
G = 46.64%
B = 30.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#458B5A (or 0x458B5A) is known color: 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

RGB 69 139 90 -
CMYK 0.50 0 0.35 0.45
HSL 138º 0.34% 0.41% -
HSV(B) 138º 0.5% 0.55% -
XYZ 13.53 20.47 12.91 -
YUV 112.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 69 139 90 0.50 0 0.35 0.45 138 0.34 0.41
Hex 45 8B 5A 32 0 23 2D 8A 22 29
Octal 105 213 132 62 0 43 55 212 42 51
Binary 1000101 10001011 1011010 110010 0 100011 101101 10001010 100010 101001

Color Harmonies of #458B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458B5A

Black with #458B5A

Text Example


Text Example

White with #458B5A

Text Example


Text Example

HTML Codes & Css Web 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>