Html Css Color HEX #4E6A1F Green Leaf

📋 copy color: '#4E6A1F'

red 78 ◦ green 106 ◦ blue 31

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

Shades of Green Leaf #4E6A1F

Tints of Green Leaf #4E6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.3%

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 36.28%
G = 49.3%
B = 14.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#4E6A1F (or 0x4E6A1F) is known color: Green Leaf. HEX triplet: 4E, 6A and 1F. RGB value is (78,106,31). Sum of RGB (Red+Green+Blue) = 78+106+31=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6A1F is #B195E0. Grayscale: #595959. Windows color (decimal): -11638241 or 2058830. OLE color: 2058830.

HSL color Cylindrical-coordinate representation of color #4E6A1F: hue angle of 82.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E6A1F is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 106 31 -
CMYK 0.26 0 0.71 0.58
HSL 82.4º 0.55% 0.27% -
HSV(B) 82.4º 0.71% 0.42% -
XYZ 8.54 12.03 3.17 -
YUV 89.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 78 106 31 0.26 0 0.71 0.58 82.4 0.55 0.27
Hex 4E 6A 1F 1A 0 47 3A 52 37 1B
Octal 116 152 37 32 0 107 72 122 67 33
Binary 1001110 1101010 11111 11010 0 1000111 111010 1010010 110111 11011

Color Harmonies of #4E6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6A1F

Black with #4E6A1F

Text Example


Text Example

White with #4E6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,106,31); }

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

background-color css

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

 a { background-color: rgb(78,106,31); }

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

border-color css

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

 span { border-color: rgb(78,106,31); }

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