Html Css Color HEX #4E5A28 Saratoga

📋 copy color: '#4E5A28'

red 78 ◦ green 90 ◦ blue 40

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

Shades of Saratoga #4E5A28

Tints of Saratoga #4E5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 37.5%
G = 43.27%
B = 19.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#4E5A28 (or 0x4E5A28) is known color: Saratoga. HEX triplet: 4E, 5A and 28. RGB value is (78,90,40). Sum of RGB (Red+Green+Blue) = 78+90+40=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A28 is #B1A5D7. Grayscale: #505050. Windows color (decimal): -11642328 or 2644558. OLE color: 2644558.

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

Color convert

RGB 78 90 40 -
CMYK 0.13 0 0.56 0.65
HSL 74.4º 0.38% 0.25% -
HSV(B) 74.4º 0.56% 0.35% -
XYZ 7.18 9.09 3.38 -
YUV 80.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 78 90 40 0.13 0 0.56 0.65 74.4 0.38 0.25
Hex 4E 5A 28 D 0 38 41 4A 26 19
Octal 116 132 50 15 0 70 101 112 46 31
Binary 1001110 1011010 101000 1101 0 111000 1000001 1001010 100110 11001

Color Harmonies of #4E5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A28

Black with #4E5A28

Text Example


Text Example

White with #4E5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,90,40); }

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

background-color css

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

 a { background-color: rgb(78,90,40); }

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

border-color css

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

 span { border-color: rgb(78,90,40); }

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