Html Css Color HEX #4D710D Green Leaf

📋 copy color: '#4D710D'

red 77 ◦ green 113 ◦ blue 13

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

Shades of Green Leaf #4D710D

Tints of Green Leaf #4D710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

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

R = 37.93%
G = 55.67%
B = 6.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4D710D (or 0x4D710D) is known color: Green Leaf. HEX triplet: 4D, 71 and 0D. RGB value is (77,113,13). Sum of RGB (Red+Green+Blue) = 77+113+13=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4D710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D710D is #B28EF2. Grayscale: #5B5B5B. Windows color (decimal): -11702003 or 880973. OLE color: 880973.

HSL color Cylindrical-coordinate representation of color #4D710D: hue angle of 81.6º 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 #4D710D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 13 -
CMYK 0.32 0 0.88 0.56
HSL 81.6º 0.79% 0.25% -
HSV(B) 81.6º 0.88% 0.44% -
XYZ 9.04 13.42 2.49 -
YUV 90.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 77 113 13 0.32 0 0.88 0.56 81.6 0.79 0.25
Hex 4D 71 D 20 0 58 38 52 4F 19
Octal 115 161 15 40 0 130 70 122 117 31
Binary 1001101 1110001 1101 100000 0 1011000 111000 1010010 1001111 11001

Color Harmonies of #4D710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D710D

Black with #4D710D

Text Example


Text Example

White with #4D710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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