Html Css Color HEX #556130 Saratoga

📋 copy color: '#556130'

red 85 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #556130

Tints of Saratoga #556130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 36.96%
G = 42.17%
B = 20.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#556130 (or 0x556130) is known color: Saratoga. HEX triplet: 55, 61 and 30. RGB value is (85,97,48). Sum of RGB (Red+Green+Blue) = 85+97+48=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #556130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556130 is #AA9ECF. Grayscale: #585858. Windows color (decimal): -11181776 or 3170645. OLE color: 3170645.

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

Color convert

RGB 85 97 48 -
CMYK 0.12 0 0.51 0.62
HSL 74.69º 0.34% 0.28% -
HSV(B) 74.69º 0.51% 0.38% -
XYZ 8.55 10.69 4.41 -
YUV 87.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 85 97 48 0.12 0 0.51 0.62 74.69 0.34 0.28
Hex 55 61 30 C 0 33 3E 4B 22 1C
Octal 125 141 60 14 0 63 76 113 42 34
Binary 1010101 1100001 110000 1100 0 110011 111110 1001011 100010 11100

Color Harmonies of #556130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556130

Black with #556130

Text Example


Text Example

White with #556130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556130; }

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

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

background-color css

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

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

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

border-color css

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

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

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