Html Css Color HEX #559267 Chateau Green

📋 copy color: '#559267'

red 85 ◦ green 146 ◦ blue 103

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

Shades of Chateau Green #559267

Tints of Chateau Green #559267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 25.45%
G = 43.71%
B = 30.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#559267 (or 0x559267) is known color: Chateau Green. HEX triplet: 55, 92 and 67. RGB value is (85,146,103). Sum of RGB (Red+Green+Blue) = 85+146+103=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #559267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559267 is #AA6D98. Grayscale: #7A7A7A. Windows color (decimal): -11169177 or 6787669. OLE color: 6787669.

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

Color convert

RGB 85 146 103 -
CMYK 0.42 0 0.29 0.43
HSL 137.7º 0.26% 0.45% -
HSV(B) 137.7º 0.42% 0.57% -
XYZ 16.47 23.47 16.49 -
YUV 122.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 85 146 103 0.42 0 0.29 0.43 137.7 0.26 0.45
Hex 55 92 67 2A 0 1D 2B 8A 1A 2D
Octal 125 222 147 52 0 35 53 212 32 55
Binary 1010101 10010010 1100111 101010 0 11101 101011 10001010 11010 101101

Color Harmonies of #559267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559267

Black with #559267

Text Example


Text Example

White with #559267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559267; }

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

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

background-color css

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

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

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

border-color css

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

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

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