Html Css Color HEX #576138 Saratoga

📋 copy color: '#576138'

red 87 ◦ green 97 ◦ blue 56

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

Shades of Saratoga #576138

Tints of Saratoga #576138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 36.25%
G = 40.42%
B = 23.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#576138 (or 0x576138) is known color: Saratoga. HEX triplet: 57, 61 and 38. RGB value is (87,97,56). Sum of RGB (Red+Green+Blue) = 87+97+56=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #576138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576138 is #A89EC7. Grayscale: #595959. Windows color (decimal): -11050696 or 3694935. OLE color: 3694935.

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

Color convert

RGB 87 97 56 -
CMYK 0.10 0 0.42 0.62
HSL 74.63º 0.27% 0.3% -
HSV(B) 74.63º 0.42% 0.38% -
XYZ 8.92 10.86 5.37 -
YUV 89.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 87 97 56 0.10 0 0.42 0.62 74.63 0.27 0.3
Hex 57 61 38 A 0 2A 3E 4B 1B 1E
Octal 127 141 70 12 0 52 76 113 33 36
Binary 1010111 1100001 111000 1010 0 101010 111110 1001011 11011 11110

Color Harmonies of #576138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576138

Black with #576138

Text Example


Text Example

White with #576138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576138; }

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

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

background-color css

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

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

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

border-color css

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

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

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