Html Css Color HEX #4E5530 Saratoga

📋 copy color: '#4E5530'

red 78 ◦ green 85 ◦ blue 48

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

Shades of Saratoga #4E5530

Tints of Saratoga #4E5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

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

R = 36.97%
G = 40.28%
B = 22.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#4E5530 (or 0x4E5530) is known color: Saratoga. HEX triplet: 4E, 55 and 30. RGB value is (78,85,48). Sum of RGB (Red+Green+Blue) = 78+85+48=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5530 is #B1AACF. Grayscale: #4E4E4E. Windows color (decimal): -11643600 or 3167566. OLE color: 3167566.

HSL color Cylindrical-coordinate representation of color #4E5530: hue angle of 71.35º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E5530 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 85 48 -
CMYK 0.08 0 0.44 0.67
HSL 71.35º 0.28% 0.26% -
HSV(B) 71.35º 0.44% 0.33% -
XYZ 6.92 8.33 4.04 -
YUV 78.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 78 85 48 0.08 0 0.44 0.67 71.35 0.28 0.26
Hex 4E 55 30 8 0 2C 43 47 1C 1A
Octal 116 125 60 10 0 54 103 107 34 32
Binary 1001110 1010101 110000 1000 0 101100 1000011 1000111 11100 11010

Color Harmonies of #4E5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5530

Black with #4E5530

Text Example


Text Example

White with #4E5530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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