Html Css Color HEX #4E5928 Saratoga

📋 copy color: '#4E5928'

red 78 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #4E5928

Tints of Saratoga #4E5928

RGB

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

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

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

R = 37.68%
G = 43%
B = 19.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#4E5928 (or 0x4E5928) is known color: Saratoga. HEX triplet: 4E, 59 and 28. RGB value is (78,89,40). Sum of RGB (Red+Green+Blue) = 78+89+40=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5928 is #B1A6D7. Grayscale: #505050. Windows color (decimal): -11642584 or 2644302. OLE color: 2644302.

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

Color convert

RGB 78 89 40 -
CMYK 0.12 0 0.55 0.65
HSL 73.47º 0.38% 0.25% -
HSV(B) 73.47º 0.55% 0.35% -
XYZ 7.1 8.92 3.35 -
YUV 80.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 78 89 40 0.12 0 0.55 0.65 73.47 0.38 0.25
Hex 4E 59 28 C 0 37 41 49 26 19
Octal 116 131 50 14 0 67 101 111 46 31
Binary 1001110 1011001 101000 1100 0 110111 1000001 1001001 100110 11001

Color Harmonies of #4E5928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5928

Black with #4E5928

Text Example


Text Example

White with #4E5928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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