Html Css Color HEX #4D681F Green Leaf

📋 copy color: '#4D681F'

red 77 ◦ green 104 ◦ blue 31

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

Shades of Green Leaf #4D681F

Tints of Green Leaf #4D681F

RGB

 RED value IS 77 (30.47% from 255) = 36.32%

 GREEN value IS 104 (41.02% from 255) = 49.06%

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

R = 36.32%
G = 49.06%
B = 14.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#4D681F (or 0x4D681F) is known color: Green Leaf. HEX triplet: 4D, 68 and 1F. RGB value is (77,104,31). Sum of RGB (Red+Green+Blue) = 77+104+31=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #4D681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D681F is #B297E0. Grayscale: #575757. Windows color (decimal): -11704289 or 2058317. OLE color: 2058317.

HSL color Cylindrical-coordinate representation of color #4D681F: hue angle of 82.19º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D681F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 31 -
CMYK 0.26 0 0.70 0.59
HSL 82.19º 0.54% 0.26% -
HSV(B) 82.19º 0.7% 0.41% -
XYZ 8.26 11.58 3.1 -
YUV 87.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 77 104 31 0.26 0 0.70 0.59 82.19 0.54 0.26
Hex 4D 68 1F 1A 0 46 3B 52 36 1A
Octal 115 150 37 32 0 106 73 122 66 32
Binary 1001101 1101000 11111 11010 0 1000110 111011 1010010 110110 11010

Color Harmonies of #4D681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D681F

Black with #4D681F

Text Example


Text Example

White with #4D681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,104,31); }

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

background-color css

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

 a { background-color: rgb(77,104,31); }

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

border-color css

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

 span { border-color: rgb(77,104,31); }

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