Html Css Color HEX #556124 Saratoga

📋 copy color: '#556124'

red 85 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #556124

Tints of Saratoga #556124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

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

R = 38.99%
G = 44.5%
B = 16.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#556124 (or 0x556124) is known color: Saratoga. HEX triplet: 55, 61 and 24. RGB value is (85,97,36). Sum of RGB (Red+Green+Blue) = 85+97+36=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #556124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556124 is #AA9EDB. Grayscale: #565656. Windows color (decimal): -11181788 or 2384213. OLE color: 2384213.

HSL color Cylindrical-coordinate representation of color #556124: hue angle of 71.8º 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 #556124 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 36 -
CMYK 0.12 0 0.63 0.62
HSL 71.8º 0.46% 0.26% -
HSV(B) 71.8º 0.63% 0.38% -
XYZ 8.34 10.61 3.28 -
YUV 86.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 85 97 36 0.12 0 0.63 0.62 71.8 0.46 0.26
Hex 55 61 24 C 0 3F 3E 48 2E 1A
Octal 125 141 44 14 0 77 76 110 56 32
Binary 1010101 1100001 100100 1100 0 111111 111110 1001000 101110 11010

Color Harmonies of #556124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556124

Black with #556124

Text Example


Text Example

White with #556124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556124; }

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

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

background-color css

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

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

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

border-color css

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

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

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