Html Css Color HEX #556224 Saratoga

📋 copy color: '#556224'

red 85 ◦ green 98 ◦ blue 36

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

Shades of Saratoga #556224

Tints of Saratoga #556224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 38.81%
G = 44.75%
B = 16.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#556224 (or 0x556224) is known color: Saratoga. HEX triplet: 55, 62 and 24. RGB value is (85,98,36). Sum of RGB (Red+Green+Blue) = 85+98+36=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #556224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556224 is #AA9DDB. Grayscale: #575757. Windows color (decimal): -11181532 or 2384469. OLE color: 2384469.

HSL color Cylindrical-coordinate representation of color #556224: hue angle of 72.58º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556224 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 36 -
CMYK 0.13 0 0.63 0.62
HSL 72.58º 0.46% 0.26% -
HSV(B) 72.58º 0.63% 0.38% -
XYZ 8.43 10.79 3.31 -
YUV 87.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 85 98 36 0.13 0 0.63 0.62 72.58 0.46 0.26
Hex 55 62 24 D 0 3F 3E 49 2E 1A
Octal 125 142 44 15 0 77 76 111 56 32
Binary 1010101 1100010 100100 1101 0 111111 111110 1001001 101110 11010

Color Harmonies of #556224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556224

Black with #556224

Text Example


Text Example

White with #556224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556224; }

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

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

background-color css

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

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

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

border-color css

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

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

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