Html Css Color HEX #586428 Saratoga

📋 copy color: '#586428'

red 88 ◦ green 100 ◦ blue 40

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

Shades of Saratoga #586428

Tints of Saratoga #586428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 38.6%
G = 43.86%
B = 17.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#586428 (or 0x586428) is known color: Saratoga. HEX triplet: 58, 64 and 28. RGB value is (88,100,40). Sum of RGB (Red+Green+Blue) = 88+100+40=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #586428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586428 is #A79BD7. Grayscale: #595959. Windows color (decimal): -10984408 or 2647128. OLE color: 2647128.

HSL color Cylindrical-coordinate representation of color #586428: hue angle of 72º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586428 is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 100 40 -
CMYK 0.12 0 0.6 0.61
HSL 72º 0.43% 0.27% -
HSV(B) 72º 0.6% 0.39% -
XYZ 8.96 11.34 3.72 -
YUV 89.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 88 100 40 0.12 0 0.6 0.61 72 0.43 0.27
Hex 58 64 28 C 0 3C 3D 48 2B 1B
Octal 130 144 50 14 0 74 75 110 53 33
Binary 1011000 1100100 101000 1100 0 111100 111101 1001000 101011 11011

Color Harmonies of #586428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586428

Black with #586428

Text Example


Text Example

White with #586428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586428; }

 p { color: rgb(88,100,40); }

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

background-color css

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

 a { background-color: rgb(88,100,40); }

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

border-color css

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

 span { border-color: rgb(88,100,40); }

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