Html Css Color HEX #4E782A Green Leaf

📋 copy color: '#4E782A'

red 78 ◦ green 120 ◦ blue 42

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

Shades of Green Leaf #4E782A

Tints of Green Leaf #4E782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 32.5%
G = 50%
B = 17.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#4E782A (or 0x4E782A) is known color: Green Leaf. HEX triplet: 4E, 78 and 2A. RGB value is (78,120,42). Sum of RGB (Red+Green+Blue) = 78+120+42=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #4E782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E782A is #B187D5. Grayscale: #626262. Windows color (decimal): -11634646 or 2783310. OLE color: 2783310.

HSL color Cylindrical-coordinate representation of color #4E782A: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E782A is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 120 42 -
CMYK 0.35 0 0.65 0.53
HSL 92.31º 0.48% 0.32% -
HSV(B) 92.31º 0.65% 0.47% -
XYZ 10.28 15.22 4.59 -
YUV 98.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 78 120 42 0.35 0 0.65 0.53 92.31 0.48 0.32
Hex 4E 78 2A 23 0 41 35 5C 30 20
Octal 116 170 52 43 0 101 65 134 60 40
Binary 1001110 1111000 101010 100011 0 1000001 110101 1011100 110000 100000

Color Harmonies of #4E782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E782A

Black with #4E782A

Text Example


Text Example

White with #4E782A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,120,42); }

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

background-color css

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

 a { background-color: rgb(78,120,42); }

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

border-color css

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

 span { border-color: rgb(78,120,42); }

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