Html Css Color HEX #556025 Saratoga

📋 copy color: '#556025'

red 85 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #556025

Tints of Saratoga #556025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 38.99%
G = 44.04%
B = 16.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#556025 (or 0x556025) is known color: Saratoga. HEX triplet: 55, 60 and 25. RGB value is (85,96,37). Sum of RGB (Red+Green+Blue) = 85+96+37=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #556025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556025 is #AA9FDA. Grayscale: #565656. Windows color (decimal): -11182043 or 2449493. OLE color: 2449493.

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

Color convert

RGB 85 96 37 -
CMYK 0.11 0 0.61 0.62
HSL 71.19º 0.44% 0.26% -
HSV(B) 71.19º 0.61% 0.38% -
XYZ 8.26 10.43 3.33 -
YUV 85.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 85 96 37 0.11 0 0.61 0.62 71.19 0.44 0.26
Hex 55 60 25 B 0 3D 3E 47 2C 1A
Octal 125 140 45 13 0 75 76 107 54 32
Binary 1010101 1100000 100101 1011 0 111101 111110 1000111 101100 11010

Color Harmonies of #556025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556025

Black with #556025

Text Example


Text Example

White with #556025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556025; }

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

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

background-color css

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

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

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

border-color css

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

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

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