Html Css Color HEX #5D6228 Saratoga

📋 copy color: '#5D6228'

red 93 ◦ green 98 ◦ blue 40

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

Shades of Saratoga #5D6228

Tints of Saratoga #5D6228

RGB

 RED value IS 93 (36.72% from 255) = 40.26%

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

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

R = 40.26%
G = 42.42%
B = 17.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#5D6228 (or 0x5D6228) is known color: Saratoga. HEX triplet: 5D, 62 and 28. RGB value is (93,98,40). Sum of RGB (Red+Green+Blue) = 93+98+40=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6228 is #A29DD7. Grayscale: #5A5A5A. Windows color (decimal): -10657240 or 2646621. OLE color: 2646621.

HSL color Cylindrical-coordinate representation of color #5D6228: hue angle of 65.17º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D6228 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 40 -
CMYK 0.05 0 0.59 0.62
HSL 65.17º 0.42% 0.27% -
HSV(B) 65.17º 0.59% 0.38% -
XYZ 9.26 11.22 3.68 -
YUV 89.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 93 98 40 0.05 0 0.59 0.62 65.17 0.42 0.27
Hex 5D 62 28 5 0 3B 3E 41 2A 1B
Octal 135 142 50 5 0 73 76 101 52 33
Binary 1011101 1100010 101000 101 0 111011 111110 1000001 101010 11011

Color Harmonies of #5D6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6228

Black with #5D6228

Text Example


Text Example

White with #5D6228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6228; }

 p { color: rgb(93,98,40); }

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

background-color css

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

 a { background-color: rgb(93,98,40); }

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

border-color css

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

 span { border-color: rgb(93,98,40); }

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