Html Css Color HEX #556121 Saratoga

📋 copy color: '#556121'

red 85 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #556121

Tints of Saratoga #556121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 39.53%
G = 45.12%
B = 15.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#556121 (or 0x556121) is known color: Saratoga. HEX triplet: 55, 61 and 21. RGB value is (85,97,33). Sum of RGB (Red+Green+Blue) = 85+97+33=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #556121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556121 is #AA9EDE. Grayscale: #565656. Windows color (decimal): -11181791 or 2187605. OLE color: 2187605.

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

Color convert

RGB 85 97 33 -
CMYK 0.12 0 0.66 0.62
HSL 71.25º 0.49% 0.25% -
HSV(B) 71.25º 0.66% 0.38% -
XYZ 8.3 10.59 3.05 -
YUV 86.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 85 97 33 0.12 0 0.66 0.62 71.25 0.49 0.25
Hex 55 61 21 C 0 42 3E 47 31 19
Octal 125 141 41 14 0 102 76 107 61 31
Binary 1010101 1100001 100001 1100 0 1000010 111110 1000111 110001 11001

Color Harmonies of #556121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556121

Black with #556121

Text Example


Text Example

White with #556121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556121; }

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

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

background-color css

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

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

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

border-color css

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

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

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