Html Css Color HEX #556329 Saratoga

📋 copy color: '#556329'

red 85 ◦ green 99 ◦ blue 41

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

Shades of Saratoga #556329

Tints of Saratoga #556329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44%

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 37.78%
G = 44%
B = 18.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#556329 (or 0x556329) is known color: Saratoga. HEX triplet: 55, 63 and 29. RGB value is (85,99,41). Sum of RGB (Red+Green+Blue) = 85+99+41=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #556329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556329 is #AA9CD6. Grayscale: #585858. Windows color (decimal): -11181271 or 2712405. OLE color: 2712405.

HSL color Cylindrical-coordinate representation of color #556329: hue angle of 74.48º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556329 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 41 -
CMYK 0.14 0 0.59 0.61
HSL 74.48º 0.41% 0.27% -
HSV(B) 74.48º 0.59% 0.39% -
XYZ 8.61 11.02 3.77 -
YUV 88.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 85 99 41 0.14 0 0.59 0.61 74.48 0.41 0.27
Hex 55 63 29 E 0 3B 3D 4A 29 1B
Octal 125 143 51 16 0 73 75 112 51 33
Binary 1010101 1100011 101001 1110 0 111011 111101 1001010 101001 11011

Color Harmonies of #556329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556329

Black with #556329

Text Example


Text Example

White with #556329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556329; }

 p { color: rgb(85,99,41); }

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

background-color css

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

 a { background-color: rgb(85,99,41); }

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

border-color css

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

 span { border-color: rgb(85,99,41); }

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