Html Css Color HEX #5D6132 Saratoga

📋 copy color: '#5D6132'

red 93 ◦ green 97 ◦ blue 50

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

Shades of Saratoga #5D6132

Tints of Saratoga #5D6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 38.75%
G = 40.42%
B = 20.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#5D6132 (or 0x5D6132) is known color: Saratoga. HEX triplet: 5D, 61 and 32. RGB value is (93,97,50). Sum of RGB (Red+Green+Blue) = 93+97+50=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6132 is #A29ECD. Grayscale: #5A5A5A. Windows color (decimal): -10657486 or 3301725. OLE color: 3301725.

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

Color convert

RGB 93 97 50 -
CMYK 0.04 0 0.48 0.62
HSL 65.11º 0.32% 0.29% -
HSV(B) 65.11º 0.48% 0.38% -
XYZ 9.36 11.11 4.67 -
YUV 90.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 93 97 50 0.04 0 0.48 0.62 65.11 0.32 0.29
Hex 5D 61 32 4 0 30 3E 41 20 1D
Octal 135 141 62 4 0 60 76 101 40 35
Binary 1011101 1100001 110010 100 0 110000 111110 1000001 100000 11101

Color Harmonies of #5D6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6132

Black with #5D6132

Text Example


Text Example

White with #5D6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,50); }

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

background-color css

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

 a { background-color: rgb(93,97,50); }

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

border-color css

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

 span { border-color: rgb(93,97,50); }

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