Html Css Color HEX #559262 Chateau Green

📋 copy color: '#559262'

red 85 ◦ green 146 ◦ blue 98

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

Shades of Chateau Green #559262

Tints of Chateau Green #559262

RGB

 RED value IS 85 (33.59% from 255) = 25.84%

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 25.84%
G = 44.38%
B = 29.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#559262 (or 0x559262) is known color: Chateau Green. HEX triplet: 55, 92 and 62. RGB value is (85,146,98). Sum of RGB (Red+Green+Blue) = 85+146+98=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #559262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559262 is #AA6D9D. Grayscale: #7A7A7A. Windows color (decimal): -11169182 or 6459989. OLE color: 6459989.

HSL color Cylindrical-coordinate representation of color #559262: hue angle of 132.79º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559262 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 98 -
CMYK 0.42 0 0.33 0.43
HSL 132.79º 0.26% 0.45% -
HSV(B) 132.79º 0.42% 0.57% -
XYZ 16.23 23.37 15.21 -
YUV 122.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 85 146 98 0.42 0 0.33 0.43 132.79 0.26 0.45
Hex 55 92 62 2A 0 21 2B 85 1A 2D
Octal 125 222 142 52 0 41 53 205 32 55
Binary 1010101 10010010 1100010 101010 0 100001 101011 10000101 11010 101101

Color Harmonies of #559262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559262

Black with #559262

Text Example


Text Example

White with #559262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559262; }

 p { color: rgb(85,146,98); }

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

background-color css

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

 a { background-color: rgb(85,146,98); }

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

border-color css

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

 span { border-color: rgb(85,146,98); }

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