Html Css Color HEX #4D7410 Green Leaf

📋 copy color: '#4D7410'

red 77 ◦ green 116 ◦ blue 16

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

Shades of Green Leaf #4D7410

Tints of Green Leaf #4D7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 36.84%
G = 55.5%
B = 7.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#4D7410 (or 0x4D7410) is known color: Green Leaf. HEX triplet: 4D, 74 and 10. RGB value is (77,116,16). Sum of RGB (Red+Green+Blue) = 77+116+16=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7410 is #B28BEF. Grayscale: #5D5D5D. Windows color (decimal): -11701232 or 1078349. OLE color: 1078349.

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

Color convert

RGB 77 116 16 -
CMYK 0.34 0 0.86 0.55
HSL 83.4º 0.76% 0.26% -
HSV(B) 83.4º 0.86% 0.45% -
XYZ 9.4 14.11 2.72 -
YUV 92.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 77 116 16 0.34 0 0.86 0.55 83.4 0.76 0.26
Hex 4D 74 10 22 0 56 37 53 4C 1A
Octal 115 164 20 42 0 126 67 123 114 32
Binary 1001101 1110100 10000 100010 0 1010110 110111 1010011 1001100 11010

Color Harmonies of #4D7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7410

Black with #4D7410

Text Example


Text Example

White with #4D7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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