Html Css Color HEX #556227 Saratoga

📋 copy color: '#556227'

red 85 ◦ green 98 ◦ blue 39

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

Shades of Saratoga #556227

Tints of Saratoga #556227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

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

R = 38.29%
G = 44.14%
B = 17.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#556227 (or 0x556227) is known color: Saratoga. HEX triplet: 55, 62 and 27. RGB value is (85,98,39). Sum of RGB (Red+Green+Blue) = 85+98+39=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #556227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556227 is #AA9DD8. Grayscale: #575757. Windows color (decimal): -11181529 or 2581077. OLE color: 2581077.

HSL color Cylindrical-coordinate representation of color #556227: hue angle of 73.22º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556227 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 39 -
CMYK 0.13 0 0.60 0.62
HSL 73.22º 0.43% 0.27% -
HSV(B) 73.22º 0.6% 0.38% -
XYZ 8.48 10.81 3.56 -
YUV 87.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 85 98 39 0.13 0 0.60 0.62 73.22 0.43 0.27
Hex 55 62 27 D 0 3C 3E 49 2B 1B
Octal 125 142 47 15 0 74 76 111 53 33
Binary 1010101 1100010 100111 1101 0 111100 111110 1001001 101011 11011

Color Harmonies of #556227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556227

Black with #556227

Text Example


Text Example

White with #556227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556227; }

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

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

background-color css

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

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

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

border-color css

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

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

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