Html Css Color HEX #586029 Saratoga

📋 copy color: '#586029'

red 88 ◦ green 96 ◦ blue 41

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

Shades of Saratoga #586029

Tints of Saratoga #586029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 39.11%
G = 42.67%
B = 18.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#586029 (or 0x586029) is known color: Saratoga. HEX triplet: 58, 60 and 29. RGB value is (88,96,41). Sum of RGB (Red+Green+Blue) = 88+96+41=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #586029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586029 is #A79FD6. Grayscale: #575757. Windows color (decimal): -10985431 or 2711640. OLE color: 2711640.

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

Color convert

RGB 88 96 41 -
CMYK 0.08 0 0.57 0.62
HSL 68.73º 0.4% 0.27% -
HSV(B) 68.73º 0.57% 0.38% -
XYZ 8.61 10.6 3.69 -
YUV 87.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 88 96 41 0.08 0 0.57 0.62 68.73 0.4 0.27
Hex 58 60 29 8 0 39 3E 45 28 1B
Octal 130 140 51 10 0 71 76 105 50 33
Binary 1011000 1100000 101001 1000 0 111001 111110 1000101 101000 11011

Color Harmonies of #586029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586029

Black with #586029

Text Example


Text Example

White with #586029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586029; }

 p { color: rgb(88,96,41); }

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

background-color css

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

 a { background-color: rgb(88,96,41); }

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

border-color css

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

 span { border-color: rgb(88,96,41); }

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