Html Css Color HEX #556027 Saratoga

📋 copy color: '#556027'

red 85 ◦ green 96 ◦ blue 39

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

Shades of Saratoga #556027

Tints of Saratoga #556027

RGB

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

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

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

R = 38.64%
G = 43.64%
B = 17.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#556027 (or 0x556027) is known color: Saratoga. HEX triplet: 55, 60 and 27. RGB value is (85,96,39). Sum of RGB (Red+Green+Blue) = 85+96+39=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #556027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556027 is #AA9FD8. Grayscale: #565656. Windows color (decimal): -11182041 or 2580565. OLE color: 2580565.

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

Color convert

RGB 85 96 39 -
CMYK 0.11 0 0.59 0.62
HSL 71.58º 0.42% 0.26% -
HSV(B) 71.58º 0.59% 0.38% -
XYZ 8.3 10.44 3.5 -
YUV 86.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 85 96 39 0.11 0 0.59 0.62 71.58 0.42 0.26
Hex 55 60 27 B 0 3B 3E 48 2A 1A
Octal 125 140 47 13 0 73 76 110 52 32
Binary 1010101 1100000 100111 1011 0 111011 111110 1001000 101010 11010

Color Harmonies of #556027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556027

Black with #556027

Text Example


Text Example

White with #556027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556027; }

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

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

background-color css

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

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

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

border-color css

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

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

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