Html Css Color HEX #5D6231 Saratoga

📋 copy color: '#5D6231'

red 93 ◦ green 98 ◦ blue 49

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

Shades of Saratoga #5D6231

Tints of Saratoga #5D6231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 38.75%
G = 40.83%
B = 20.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#5D6231 (or 0x5D6231) is known color: Saratoga. HEX triplet: 5D, 62 and 31. RGB value is (93,98,49). Sum of RGB (Red+Green+Blue) = 93+98+49=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6231 is #A29DCE. Grayscale: #5B5B5B. Windows color (decimal): -10657231 or 3236445. OLE color: 3236445.

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

Color convert

RGB 93 98 49 -
CMYK 0.05 0 0.5 0.62
HSL 66.12º 0.33% 0.29% -
HSV(B) 66.12º 0.5% 0.38% -
XYZ 9.44 11.28 4.59 -
YUV 90.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 93 98 49 0.05 0 0.5 0.62 66.12 0.33 0.29
Hex 5D 62 31 5 0 32 3E 42 21 1D
Octal 135 142 61 5 0 62 76 102 41 35
Binary 1011101 1100010 110001 101 0 110010 111110 1000010 100001 11101

Color Harmonies of #5D6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6231

Black with #5D6231

Text Example


Text Example

White with #5D6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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