Html Css Color HEX #5D6130 Saratoga

📋 copy color: '#5D6130'

red 93 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #5D6130

Tints of Saratoga #5D6130

RGB

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

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

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

R = 39.08%
G = 40.76%
B = 20.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#5D6130 (or 0x5D6130) is known color: Saratoga. HEX triplet: 5D, 61 and 30. RGB value is (93,97,48). Sum of RGB (Red+Green+Blue) = 93+97+48=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6130 is #A29ECF. Grayscale: #5A5A5A. Windows color (decimal): -10657488 or 3170653. OLE color: 3170653.

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

Color convert

RGB 93 97 48 -
CMYK 0.04 0 0.51 0.62
HSL 64.9º 0.34% 0.28% -
HSV(B) 64.9º 0.51% 0.38% -
XYZ 9.32 11.09 4.45 -
YUV 90.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 93 97 48 0.04 0 0.51 0.62 64.9 0.34 0.28
Hex 5D 61 30 4 0 33 3E 41 22 1C
Octal 135 141 60 4 0 63 76 101 42 34
Binary 1011101 1100001 110000 100 0 110011 111110 1000001 100010 11100

Color Harmonies of #5D6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6130

Black with #5D6130

Text Example


Text Example

White with #5D6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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