Html Css Color HEX #586024 Saratoga

📋 copy color: '#586024'

red 88 ◦ green 96 ◦ blue 36

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

Shades of Saratoga #586024

Tints of Saratoga #586024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 40%
G = 43.64%
B = 16.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#586024 (or 0x586024) is known color: Saratoga. HEX triplet: 58, 60 and 24. RGB value is (88,96,36). Sum of RGB (Red+Green+Blue) = 88+96+36=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #586024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586024 is #A79FDB. Grayscale: #565656. Windows color (decimal): -10985436 or 2383960. OLE color: 2383960.

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

Color convert

RGB 88 96 36 -
CMYK 0.08 0 0.62 0.62
HSL 68º 0.45% 0.26% -
HSV(B) 68º 0.63% 0.38% -
XYZ 8.53 10.57 3.26 -
YUV 86.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 88 96 36 0.08 0 0.62 0.62 68 0.45 0.26
Hex 58 60 24 8 0 3E 3E 44 2D 1A
Octal 130 140 44 10 0 76 76 104 55 32
Binary 1011000 1100000 100100 1000 0 111110 111110 1000100 101101 11010

Color Harmonies of #586024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586024

Black with #586024

Text Example


Text Example

White with #586024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586024; }

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

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

background-color css

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

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

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

border-color css

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

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

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