Html Css Color HEX #586130 Saratoga

📋 copy color: '#586130'

red 88 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #586130

Tints of Saratoga #586130

RGB

 RED value IS 88 (34.77% from 255) = 37.77%

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

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

R = 37.77%
G = 41.63%
B = 20.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#586130 (or 0x586130) is known color: Saratoga. HEX triplet: 58, 61 and 30. RGB value is (88,97,48). Sum of RGB (Red+Green+Blue) = 88+97+48=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #586130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586130 is #A79ECF. Grayscale: #585858. Windows color (decimal): -10985168 or 3170648. OLE color: 3170648.

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

Color convert

RGB 88 97 48 -
CMYK 0.09 0 0.51 0.62
HSL 71.02º 0.34% 0.28% -
HSV(B) 71.02º 0.51% 0.38% -
XYZ 8.83 10.84 4.42 -
YUV 88.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 88 97 48 0.09 0 0.51 0.62 71.02 0.34 0.28
Hex 58 61 30 9 0 33 3E 47 22 1C
Octal 130 141 60 11 0 63 76 107 42 34
Binary 1011000 1100001 110000 1001 0 110011 111110 1000111 100010 11100

Color Harmonies of #586130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586130

Black with #586130

Text Example


Text Example

White with #586130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586130; }

 p { color: rgb(88,97,48); }

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

background-color css

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

 a { background-color: rgb(88,97,48); }

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

border-color css

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

 span { border-color: rgb(88,97,48); }

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