Html Css Color HEX #4D700D Green Leaf

📋 copy color: '#4D700D'

red 77 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #4D700D

Tints of Green Leaf #4D700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 38.12%
G = 55.45%
B = 6.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4D700D (or 0x4D700D) is known color: Green Leaf. HEX triplet: 4D, 70 and 0D. RGB value is (77,112,13). Sum of RGB (Red+Green+Blue) = 77+112+13=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #4D700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D700D is #B28FF2. Grayscale: #5A5A5A. Windows color (decimal): -11702259 or 880717. OLE color: 880717.

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

Color convert

RGB 77 112 13 -
CMYK 0.31 0 0.88 0.56
HSL 81.21º 0.79% 0.25% -
HSV(B) 81.21º 0.88% 0.44% -
XYZ 8.93 13.2 2.46 -
YUV 90.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 77 112 13 0.31 0 0.88 0.56 81.21 0.79 0.25
Hex 4D 70 D 1F 0 58 38 51 4F 19
Octal 115 160 15 37 0 130 70 121 117 31
Binary 1001101 1110000 1101 11111 0 1011000 111000 1010001 1001111 11001

Color Harmonies of #4D700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D700D

Black with #4D700D

Text Example


Text Example

White with #4D700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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