Html Css Color HEX #556225 Saratoga

📋 copy color: '#556225'

red 85 ◦ green 98 ◦ blue 37

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

Shades of Saratoga #556225

Tints of Saratoga #556225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 38.64%
G = 44.55%
B = 16.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#556225 (or 0x556225) is known color: Saratoga. HEX triplet: 55, 62 and 25. RGB value is (85,98,37). Sum of RGB (Red+Green+Blue) = 85+98+37=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #556225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556225 is #AA9DDA. Grayscale: #575757. Windows color (decimal): -11181531 or 2450005. OLE color: 2450005.

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

Color convert

RGB 85 98 37 -
CMYK 0.13 0 0.62 0.62
HSL 72.79º 0.45% 0.26% -
HSV(B) 72.79º 0.62% 0.38% -
XYZ 8.45 10.8 3.39 -
YUV 87.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 85 98 37 0.13 0 0.62 0.62 72.79 0.45 0.26
Hex 55 62 25 D 0 3E 3E 49 2D 1A
Octal 125 142 45 15 0 76 76 111 55 32
Binary 1010101 1100010 100101 1101 0 111110 111110 1001001 101101 11010

Color Harmonies of #556225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556225

Black with #556225

Text Example


Text Example

White with #556225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556225; }

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

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

background-color css

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

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

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

border-color css

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

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

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