Html Css Color HEX #576230 Saratoga

📋 copy color: '#576230'

red 87 ◦ green 98 ◦ blue 48

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

Shades of Saratoga #576230

Tints of Saratoga #576230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 37.34%
G = 42.06%
B = 20.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#576230 (or 0x576230) is known color: Saratoga. HEX triplet: 57, 62 and 30. RGB value is (87,98,48). Sum of RGB (Red+Green+Blue) = 87+98+48=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #576230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576230 is #A89DCF. Grayscale: #595959. Windows color (decimal): -11050448 or 3170903. OLE color: 3170903.

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

Color convert

RGB 87 98 48 -
CMYK 0.11 0 0.51 0.62
HSL 73.2º 0.34% 0.29% -
HSV(B) 73.2º 0.51% 0.38% -
XYZ 8.83 10.98 4.45 -
YUV 89.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 87 98 48 0.11 0 0.51 0.62 73.2 0.34 0.29
Hex 57 62 30 B 0 33 3E 49 22 1D
Octal 127 142 60 13 0 63 76 111 42 35
Binary 1010111 1100010 110000 1011 0 110011 111110 1001001 100010 11101

Color Harmonies of #576230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576230

Black with #576230

Text Example


Text Example

White with #576230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576230; }

 p { color: rgb(87,98,48); }

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

background-color css

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

 a { background-color: rgb(87,98,48); }

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

border-color css

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

 span { border-color: rgb(87,98,48); }

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