Html Css Color HEX #5D6630 Saratoga

📋 copy color: '#5D6630'

red 93 ◦ green 102 ◦ blue 48

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

Shades of Saratoga #5D6630

Tints of Saratoga #5D6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 38.27%
G = 41.98%
B = 19.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#5D6630 (or 0x5D6630) is known color: Saratoga. HEX triplet: 5D, 66 and 30. RGB value is (93,102,48). Sum of RGB (Red+Green+Blue) = 93+102+48=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6630 is #A299CF. Grayscale: #5D5D5D. Windows color (decimal): -10656208 or 3171933. OLE color: 3171933.

HSL color Cylindrical-coordinate representation of color #5D6630: hue angle of 70º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D6630 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 102 48 -
CMYK 0.09 0 0.53 0.6
HSL 70º 0.36% 0.29% -
HSV(B) 70º 0.53% 0.4% -
XYZ 9.8 12.04 4.6 -
YUV 93.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 93 102 48 0.09 0 0.53 0.6 70 0.36 0.29
Hex 5D 66 30 9 0 35 3C 46 24 1D
Octal 135 146 60 11 0 65 74 106 44 35
Binary 1011101 1100110 110000 1001 0 110101 111100 1000110 100100 11101

Color Harmonies of #5D6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6630

Black with #5D6630

Text Example


Text Example

White with #5D6630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,102,48); }

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

background-color css

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

 a { background-color: rgb(93,102,48); }

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

border-color css

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

 span { border-color: rgb(93,102,48); }

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