Html Css Color HEX #4D710C Green Leaf

📋 copy color: '#4D710C'

red 77 ◦ green 113 ◦ blue 12

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

Shades of Green Leaf #4D710C

Tints of Green Leaf #4D710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 38.12%
G = 55.94%
B = 5.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#4D710C (or 0x4D710C) is known color: Green Leaf. HEX triplet: 4D, 71 and 0C. RGB value is (77,113,12). Sum of RGB (Red+Green+Blue) = 77+113+12=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #4D710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D710C is #B28EF3. Grayscale: #5B5B5B. Windows color (decimal): -11702004 or 815437. OLE color: 815437.

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

Color convert

RGB 77 113 12 -
CMYK 0.32 0 0.89 0.56
HSL 81.39º 0.81% 0.25% -
HSV(B) 81.39º 0.89% 0.44% -
XYZ 9.03 13.41 2.46 -
YUV 90.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 77 113 12 0.32 0 0.89 0.56 81.39 0.81 0.25
Hex 4D 71 C 20 0 59 38 51 51 19
Octal 115 161 14 40 0 131 70 121 121 31
Binary 1001101 1110001 1100 100000 0 1011001 111000 1010001 1010001 11001

Color Harmonies of #4D710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D710C

Black with #4D710C

Text Example


Text Example

White with #4D710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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