Html Css Color HEX #5D6733 Saratoga

📋 copy color: '#5D6733'

red 93 ◦ green 103 ◦ blue 51

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

Shades of Saratoga #5D6733

Tints of Saratoga #5D6733

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.7%

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 37.65%
G = 41.7%
B = 20.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#5D6733 (or 0x5D6733) is known color: Saratoga. HEX triplet: 5D, 67 and 33. RGB value is (93,103,51). Sum of RGB (Red+Green+Blue) = 93+103+51=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6733 is #A298CC. Grayscale: #5E5E5E. Windows color (decimal): -10655949 or 3368797. OLE color: 3368797.

HSL color Cylindrical-coordinate representation of color #5D6733: hue angle of 71.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6733 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 103 51 -
CMYK 0.10 0 0.50 0.60
HSL 71.54º 0.34% 0.3% -
HSV(B) 71.54º 0.5% 0.4% -
XYZ 9.96 12.27 4.97 -
YUV 94.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 93 103 51 0.10 0 0.50 0.60 71.54 0.34 0.3
Hex 5D 67 33 A 0 32 3C 48 22 1E
Octal 135 147 63 12 0 62 74 110 42 36
Binary 1011101 1100111 110011 1010 0 110010 111100 1001000 100010 11110

Color Harmonies of #5D6733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6733

Black with #5D6733

Text Example


Text Example

White with #5D6733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,103,51); }

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

background-color css

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

 a { background-color: rgb(93,103,51); }

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

border-color css

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

 span { border-color: rgb(93,103,51); }

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