Html Css Color HEX #5E6130 Saratoga

📋 copy color: '#5E6130'

red 94 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #5E6130

Tints of Saratoga #5E6130

RGB

 RED value IS 94 (37.11% from 255) = 39.33%

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

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

R = 39.33%
G = 40.59%
B = 20.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#5E6130 (or 0x5E6130) is known color: Saratoga. HEX triplet: 5E, 61 and 30. RGB value is (94,97,48). Sum of RGB (Red+Green+Blue) = 94+97+48=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6130 is #A19ECF. Grayscale: #5A5A5A. Windows color (decimal): -10591952 or 3170654. OLE color: 3170654.

HSL color Cylindrical-coordinate representation of color #5E6130: hue angle of 63.67º 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 #5E6130 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 48 -
CMYK 0.03 0 0.51 0.62
HSL 63.67º 0.34% 0.28% -
HSV(B) 63.67º 0.51% 0.38% -
XYZ 9.42 11.14 4.45 -
YUV 90.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 94 97 48 0.03 0 0.51 0.62 63.67 0.34 0.28
Hex 5E 61 30 3 0 33 3E 40 22 1C
Octal 136 141 60 3 0 63 76 100 42 34
Binary 1011110 1100001 110000 11 0 110011 111110 1000000 100010 11100

Color Harmonies of #5E6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6130

Black with #5E6130

Text Example


Text Example

White with #5E6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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