Html Css Color HEX #4E5929 Saratoga

📋 copy color: '#4E5929'

red 78 ◦ green 89 ◦ blue 41

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

Shades of Saratoga #4E5929

Tints of Saratoga #4E5929

RGB

 RED value IS 78 (30.86% from 255) = 37.5%

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 37.5%
G = 42.79%
B = 19.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#4E5929 (or 0x4E5929) is known color: Saratoga. HEX triplet: 4E, 59 and 29. RGB value is (78,89,41). Sum of RGB (Red+Green+Blue) = 78+89+41=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5929 is #B1A6D6. Grayscale: #505050. Windows color (decimal): -11642583 or 2709838. OLE color: 2709838.

HSL color Cylindrical-coordinate representation of color #4E5929: hue angle of 73.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5929 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 89 41 -
CMYK 0.12 0 0.54 0.65
HSL 73.75º 0.37% 0.25% -
HSV(B) 73.75º 0.54% 0.35% -
XYZ 7.11 8.92 3.45 -
YUV 80.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 78 89 41 0.12 0 0.54 0.65 73.75 0.37 0.25
Hex 4E 59 29 C 0 36 41 4A 25 19
Octal 116 131 51 14 0 66 101 112 45 31
Binary 1001110 1011001 101001 1100 0 110110 1000001 1001010 100101 11001

Color Harmonies of #4E5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5929

Black with #4E5929

Text Example


Text Example

White with #4E5929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5929; }

 p { color: rgb(78,89,41); }

 H1.HeaderClassName
 {
   color: #4E5929;
 }
 .AnyTagClassName
 {
   color: #4E5929;
 }
</style>

background-color css

<style>
 a { background-color: #4E5929; }

 a { background-color: rgb(78,89,41); }

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

border-color css

<style>
 span { border-color: #4E5929; }

 span { border-color: rgb(78,89,41); }

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