Html Css Color HEX #459260 Chateau Green

📋 copy color: '#459260'

red 69 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #459260

Tints of Chateau Green #459260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 22.19%
G = 46.95%
B = 30.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#459260 (or 0x459260) is known color: Chateau Green. HEX triplet: 45, 92 and 60. RGB value is (69,146,96). Sum of RGB (Red+Green+Blue) = 69+146+96=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #459260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459260 is #BA6D9F. Grayscale: #757575. Windows color (decimal): -12217760 or 6328901. OLE color: 6328901.

HSL color Cylindrical-coordinate representation of color #459260: hue angle of 141.04º 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 #459260 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 146 96 -
CMYK 0.53 0 0.34 0.43
HSL 141.04º 0.36% 0.42% -
HSV(B) 141.04º 0.53% 0.57% -
XYZ 14.84 22.67 14.66 -
YUV 117.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 69 146 96 0.53 0 0.34 0.43 141.04 0.36 0.42
Hex 45 92 60 35 0 22 2B 8D 24 2A
Octal 105 222 140 65 0 42 53 215 44 52
Binary 1000101 10010010 1100000 110101 0 100010 101011 10001101 100100 101010

Color Harmonies of #459260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459260

Black with #459260

Text Example


Text Example

White with #459260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459260; }

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

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

background-color css

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

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

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

border-color css

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

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

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