Html Css Color HEX #556033 Saratoga

📋 copy color: '#556033'

red 85 ◦ green 96 ◦ blue 51

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

Shades of Saratoga #556033

Tints of Saratoga #556033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.98%

R = 36.64%
G = 41.38%
B = 21.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#556033 (or 0x556033) is known color: Saratoga. HEX triplet: 55, 60 and 33. RGB value is (85,96,51). Sum of RGB (Red+Green+Blue) = 85+96+51=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #556033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556033 is #AA9FCC. Grayscale: #575757. Windows color (decimal): -11182029 or 3366997. OLE color: 3366997.

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

Color convert

RGB 85 96 51 -
CMYK 0.11 0 0.47 0.62
HSL 74.67º 0.31% 0.29% -
HSV(B) 74.67º 0.47% 0.38% -
XYZ 8.53 10.54 4.72 -
YUV 87.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 85 96 51 0.11 0 0.47 0.62 74.67 0.31 0.29
Hex 55 60 33 B 0 2F 3E 4B 1F 1D
Octal 125 140 63 13 0 57 76 113 37 35
Binary 1010101 1100000 110011 1011 0 101111 111110 1001011 11111 11101

Color Harmonies of #556033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556033

Black with #556033

Text Example


Text Example

White with #556033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556033; }

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

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

background-color css

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

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

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

border-color css

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

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

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