Html Css Color HEX #556228 Saratoga

📋 copy color: '#556228'

red 85 ◦ green 98 ◦ blue 40

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

Shades of Saratoga #556228

Tints of Saratoga #556228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 38.12%
G = 43.95%
B = 17.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#556228 (or 0x556228) is known color: Saratoga. HEX triplet: 55, 62 and 28. RGB value is (85,98,40). Sum of RGB (Red+Green+Blue) = 85+98+40=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #556228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556228 is #AA9DD7. Grayscale: #575757. Windows color (decimal): -11181528 or 2646613. OLE color: 2646613.

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

Color convert

RGB 85 98 40 -
CMYK 0.13 0 0.59 0.62
HSL 73.45º 0.42% 0.27% -
HSV(B) 73.45º 0.59% 0.38% -
XYZ 8.5 10.82 3.65 -
YUV 87.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 85 98 40 0.13 0 0.59 0.62 73.45 0.42 0.27
Hex 55 62 28 D 0 3B 3E 49 2A 1B
Octal 125 142 50 15 0 73 76 111 52 33
Binary 1010101 1100010 101000 1101 0 111011 111110 1001001 101010 11011

Color Harmonies of #556228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556228

Black with #556228

Text Example


Text Example

White with #556228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556228; }

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

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

background-color css

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

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

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

border-color css

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

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

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