Html Css Color HEX #4D7413 Green Leaf

📋 copy color: '#4D7413'

red 77 ◦ green 116 ◦ blue 19

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

Shades of Green Leaf #4D7413

Tints of Green Leaf #4D7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 36.32%
G = 54.72%
B = 8.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#4D7413 (or 0x4D7413) is known color: Green Leaf. HEX triplet: 4D, 74 and 13. RGB value is (77,116,19). Sum of RGB (Red+Green+Blue) = 77+116+19=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7413 is #B28BEC. Grayscale: #5D5D5D. Windows color (decimal): -11701229 or 1274957. OLE color: 1274957.

HSL color Cylindrical-coordinate representation of color #4D7413: hue angle of 84.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D7413 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 116 19 -
CMYK 0.34 0 0.84 0.55
HSL 84.12º 0.72% 0.26% -
HSV(B) 84.12º 0.84% 0.45% -
XYZ 9.42 14.12 2.84 -
YUV 93.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 77 116 19 0.34 0 0.84 0.55 84.12 0.72 0.26
Hex 4D 74 13 22 0 54 37 54 48 1A
Octal 115 164 23 42 0 124 67 124 110 32
Binary 1001101 1110100 10011 100010 0 1010100 110111 1010100 1001000 11010

Color Harmonies of #4D7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7413

Black with #4D7413

Text Example


Text Example

White with #4D7413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,19); }

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

background-color css

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

 a { background-color: rgb(77,116,19); }

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

border-color css

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

 span { border-color: rgb(77,116,19); }

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