Html Css Color HEX #556327 Saratoga

📋 copy color: '#556327'

red 85 ◦ green 99 ◦ blue 39

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

Shades of Saratoga #556327

Tints of Saratoga #556327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 38.12%
G = 44.39%
B = 17.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#556327 (or 0x556327) is known color: Saratoga. HEX triplet: 55, 63 and 27. RGB value is (85,99,39). Sum of RGB (Red+Green+Blue) = 85+99+39=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #556327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556327 is #AA9CD8. Grayscale: #585858. Windows color (decimal): -11181273 or 2581333. OLE color: 2581333.

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

Color convert

RGB 85 99 39 -
CMYK 0.14 0 0.61 0.61
HSL 74º 0.43% 0.27% -
HSV(B) 74º 0.61% 0.39% -
XYZ 8.57 11 3.59 -
YUV 87.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 85 99 39 0.14 0 0.61 0.61 74 0.43 0.27
Hex 55 63 27 E 0 3D 3D 4A 2B 1B
Octal 125 143 47 16 0 75 75 112 53 33
Binary 1010101 1100011 100111 1110 0 111101 111101 1001010 101011 11011

Color Harmonies of #556327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556327

Black with #556327

Text Example


Text Example

White with #556327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556327; }

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

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

background-color css

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

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

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

border-color css

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

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

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