Html Css Color HEX #4D7010 Green Leaf

📋 copy color: '#4D7010'

red 77 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #4D7010

Tints of Green Leaf #4D7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.63%

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

R = 37.56%
G = 54.63%
B = 7.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#4D7010 (or 0x4D7010) is known color: Green Leaf. HEX triplet: 4D, 70 and 10. RGB value is (77,112,16). Sum of RGB (Red+Green+Blue) = 77+112+16=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7010 is #B28FEF. Grayscale: #5A5A5A. Windows color (decimal): -11702256 or 1077325. OLE color: 1077325.

HSL color Cylindrical-coordinate representation of color #4D7010: hue angle of 81.87º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7010 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 112 16 -
CMYK 0.31 0 0.86 0.56
HSL 81.87º 0.75% 0.25% -
HSV(B) 81.87º 0.86% 0.44% -
XYZ 8.95 13.2 2.57 -
YUV 90.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 77 112 16 0.31 0 0.86 0.56 81.87 0.75 0.25
Hex 4D 70 10 1F 0 56 38 52 4B 19
Octal 115 160 20 37 0 126 70 122 113 31
Binary 1001101 1110000 10000 11111 0 1010110 111000 1010010 1001011 11001

Color Harmonies of #4D7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7010

Black with #4D7010

Text Example


Text Example

White with #4D7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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