Html Css Color HEX #556132 Saratoga

📋 copy color: '#556132'

red 85 ◦ green 97 ◦ blue 50

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

Shades of Saratoga #556132

Tints of Saratoga #556132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.55%

R = 36.64%
G = 41.81%
B = 21.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#556132 (or 0x556132) is known color: Saratoga. HEX triplet: 55, 61 and 32. RGB value is (85,97,50). Sum of RGB (Red+Green+Blue) = 85+97+50=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #556132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556132 is #AA9ECD. Grayscale: #585858. Windows color (decimal): -11181774 or 3301717. OLE color: 3301717.

HSL color Cylindrical-coordinate representation of color #556132: hue angle of 75.32º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556132 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 50 -
CMYK 0.12 0 0.48 0.62
HSL 75.32º 0.32% 0.29% -
HSV(B) 75.32º 0.48% 0.38% -
XYZ 8.6 10.71 4.63 -
YUV 88.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 85 97 50 0.12 0 0.48 0.62 75.32 0.32 0.29
Hex 55 61 32 C 0 30 3E 4B 20 1D
Octal 125 141 62 14 0 60 76 113 40 35
Binary 1010101 1100001 110010 1100 0 110000 111110 1001011 100000 11101

Color Harmonies of #556132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556132

Black with #556132

Text Example


Text Example

White with #556132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556132; }

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

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

background-color css

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

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

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

border-color css

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

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

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