Html Css Color HEX #4E602A Green Leaf

📋 copy color: '#4E602A'

red 78 ◦ green 96 ◦ blue 42

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

Shades of Green Leaf #4E602A

Tints of Green Leaf #4E602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

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

R = 36.11%
G = 44.44%
B = 19.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#4E602A (or 0x4E602A) is known color: Green Leaf. HEX triplet: 4E, 60 and 2A. RGB value is (78,96,42). Sum of RGB (Red+Green+Blue) = 78+96+42=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #4E602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E602A is #B19FD5. Grayscale: #545454. Windows color (decimal): -11640790 or 2777166. OLE color: 2777166.

HSL color Cylindrical-coordinate representation of color #4E602A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E602A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 42 -
CMYK 0.19 0 0.56 0.62
HSL 80º 0.39% 0.27% -
HSV(B) 80º 0.56% 0.38% -
XYZ 7.74 10.15 3.74 -
YUV 84.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 78 96 42 0.19 0 0.56 0.62 80 0.39 0.27
Hex 4E 60 2A 13 0 38 3E 50 27 1B
Octal 116 140 52 23 0 70 76 120 47 33
Binary 1001110 1100000 101010 10011 0 111000 111110 1010000 100111 11011

Color Harmonies of #4E602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E602A

Black with #4E602A

Text Example


Text Example

White with #4E602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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