Html Css Color HEX #4E5D27 Saratoga

📋 copy color: '#4E5D27'

red 78 ◦ green 93 ◦ blue 39

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

Shades of Saratoga #4E5D27

Tints of Saratoga #4E5D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 37.14%
G = 44.29%
B = 18.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#4E5D27 (or 0x4E5D27) is known color: Saratoga. HEX triplet: 4E, 5D and 27. RGB value is (78,93,39). Sum of RGB (Red+Green+Blue) = 78+93+39=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5D27 is #B1A2D8. Grayscale: #525252. Windows color (decimal): -11641561 or 2579790. OLE color: 2579790.

HSL color Cylindrical-coordinate representation of color #4E5D27: hue angle of 76.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5D27 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 93 39 -
CMYK 0.16 0 0.58 0.64
HSL 76.67º 0.41% 0.26% -
HSV(B) 76.67º 0.58% 0.36% -
XYZ 7.42 9.59 3.38 -
YUV 82.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 78 93 39 0.16 0 0.58 0.64 76.67 0.41 0.26
Hex 4E 5D 27 10 0 3A 40 4D 29 1A
Octal 116 135 47 20 0 72 100 115 51 32
Binary 1001110 1011101 100111 10000 0 111010 1000000 1001101 101001 11010

Color Harmonies of #4E5D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5D27

Black with #4E5D27

Text Example


Text Example

White with #4E5D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,93,39); }

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

background-color css

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

 a { background-color: rgb(78,93,39); }

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

border-color css

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

 span { border-color: rgb(78,93,39); }

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