Html Css Color HEX #4E5830 Saratoga

📋 copy color: '#4E5830'

red 78 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #4E5830

Tints of Saratoga #4E5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 36.45%
G = 41.12%
B = 22.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#4E5830 (or 0x4E5830) is known color: Saratoga. HEX triplet: 4E, 58 and 30. RGB value is (78,88,48). Sum of RGB (Red+Green+Blue) = 78+88+48=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5830 is #B1A7CF. Grayscale: #505050. Windows color (decimal): -11642832 or 3168334. OLE color: 3168334.

HSL color Cylindrical-coordinate representation of color #4E5830: hue angle of 75º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E5830 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 88 48 -
CMYK 0.11 0 0.45 0.65
HSL 75º 0.29% 0.27% -
HSV(B) 75º 0.45% 0.35% -
XYZ 7.17 8.81 4.12 -
YUV 80.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 78 88 48 0.11 0 0.45 0.65 75 0.29 0.27
Hex 4E 58 30 B 0 2D 41 4B 1D 1B
Octal 116 130 60 13 0 55 101 113 35 33
Binary 1001110 1011000 110000 1011 0 101101 1000001 1001011 11101 11011

Color Harmonies of #4E5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5830

Black with #4E5830

Text Example


Text Example

White with #4E5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,48); }

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

background-color css

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

 a { background-color: rgb(78,88,48); }

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

border-color css

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

 span { border-color: rgb(78,88,48); }

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