Html Css Color HEX #559264 Chateau Green

📋 copy color: '#559264'

red 85 ◦ green 146 ◦ blue 100

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

Shades of Chateau Green #559264

Tints of Chateau Green #559264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 25.68%
G = 44.11%
B = 30.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#559264 (or 0x559264) is known color: Chateau Green. HEX triplet: 55, 92 and 64. RGB value is (85,146,100). Sum of RGB (Red+Green+Blue) = 85+146+100=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #559264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559264 is #AA6D9B. Grayscale: #7A7A7A. Windows color (decimal): -11169180 or 6591061. OLE color: 6591061.

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

Color convert

RGB 85 146 100 -
CMYK 0.42 0 0.32 0.43
HSL 134.75º 0.26% 0.45% -
HSV(B) 134.75º 0.42% 0.57% -
XYZ 16.33 23.41 15.71 -
YUV 122.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 85 146 100 0.42 0 0.32 0.43 134.75 0.26 0.45
Hex 55 92 64 2A 0 20 2B 87 1A 2D
Octal 125 222 144 52 0 40 53 207 32 55
Binary 1010101 10010010 1100100 101010 0 100000 101011 10000111 11010 101101

Color Harmonies of #559264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559264

Black with #559264

Text Example


Text Example

White with #559264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559264; }

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

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

background-color css

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

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

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

border-color css

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

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

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