Html Css Color HEX #576136 Saratoga

📋 copy color: '#576136'

red 87 ◦ green 97 ◦ blue 54

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

Shades of Saratoga #576136

Tints of Saratoga #576136

RGB

 RED value IS 87 (34.38% from 255) = 36.55%

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

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 36.55%
G = 40.76%
B = 22.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#576136 (or 0x576136) is known color: Saratoga. HEX triplet: 57, 61 and 36. RGB value is (87,97,54). Sum of RGB (Red+Green+Blue) = 87+97+54=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #576136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576136 is #A89EC9. Grayscale: #595959. Windows color (decimal): -11050698 or 3563863. OLE color: 3563863.

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

Color convert

RGB 87 97 54 -
CMYK 0.10 0 0.44 0.62
HSL 73.95º 0.28% 0.3% -
HSV(B) 73.95º 0.44% 0.38% -
XYZ 8.87 10.84 5.12 -
YUV 89.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 87 97 54 0.10 0 0.44 0.62 73.95 0.28 0.3
Hex 57 61 36 A 0 2C 3E 4A 1C 1E
Octal 127 141 66 12 0 54 76 112 34 36
Binary 1010111 1100001 110110 1010 0 101100 111110 1001010 11100 11110

Color Harmonies of #576136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576136

Black with #576136

Text Example


Text Example

White with #576136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576136; }

 p { color: rgb(87,97,54); }

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

background-color css

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

 a { background-color: rgb(87,97,54); }

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

border-color css

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

 span { border-color: rgb(87,97,54); }

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