Html Css Color HEX #559964 Chateau Green

📋 copy color: '#559964'

red 85 ◦ green 153 ◦ blue 100

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

Shades of Chateau Green #559964

Tints of Chateau Green #559964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 25.15%
G = 45.27%
B = 29.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#559964 (or 0x559964) is known color: Chateau Green. HEX triplet: 55, 99 and 64. RGB value is (85,153,100). Sum of RGB (Red+Green+Blue) = 85+153+100=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #559964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559964 is #AA669B. Grayscale: #7E7E7E. Windows color (decimal): -11167388 or 6592853. OLE color: 6592853.

HSL color Cylindrical-coordinate representation of color #559964: hue angle of 133.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559964 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 100 -
CMYK 0.44 0 0.35 0.4
HSL 133.24º 0.29% 0.47% -
HSV(B) 133.24º 0.44% 0.6% -
XYZ 17.44 25.63 16.09 -
YUV 126.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 85 153 100 0.44 0 0.35 0.4 133.24 0.29 0.47
Hex 55 99 64 2C 0 23 28 85 1D 2F
Octal 125 231 144 54 0 43 50 205 35 57
Binary 1010101 10011001 1100100 101100 0 100011 101000 10000101 11101 101111

Color Harmonies of #559964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559964

Black with #559964

Text Example


Text Example

White with #559964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559964; }

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

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

background-color css

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

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

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

border-color css

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

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

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