Html Css Color HEX #458C51 Chateau Green

📋 copy color: '#458C51'

red 69 ◦ green 140 ◦ blue 81

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

Shades of Chateau Green #458C51

Tints of Chateau Green #458C51

RGB

 RED value IS 69 (27.34% from 255) = 23.79%

 GREEN value IS 140 (55.08% from 255) = 48.28%

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 23.79%
G = 48.28%
B = 27.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#458C51 (or 0x458C51) is known color: Chateau Green. HEX triplet: 45, 8C and 51. RGB value is (69,140,81). Sum of RGB (Red+Green+Blue) = 69+140+81=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #458C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C51 is #BA73AE. Grayscale: #707070. Windows color (decimal): -12219311 or 5344325. OLE color: 5344325.

HSL color Cylindrical-coordinate representation of color #458C51: hue angle of 130.14º 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 #458C51 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 140 81 -
CMYK 0.51 0 0.42 0.45
HSL 130.14º 0.34% 0.41% -
HSV(B) 130.14º 0.51% 0.55% -
XYZ 13.32 20.62 11.06 -
YUV 112.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 69 140 81 0.51 0 0.42 0.45 130.14 0.34 0.41
Hex 45 8C 51 33 0 2A 2D 82 22 29
Octal 105 214 121 63 0 52 55 202 42 51
Binary 1000101 10001100 1010001 110011 0 101010 101101 10000010 100010 101001

Color Harmonies of #458C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458C51

Black with #458C51

Text Example


Text Example

White with #458C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,140,81); }

 H1.HeaderClassName
 {
   color: #458C51;
 }
 .AnyTagClassName
 {
   color: #458C51;
 }
</style>

background-color css

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

 a { background-color: rgb(69,140,81); }

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

border-color css

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

 span { border-color: rgb(69,140,81); }

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