Html Css Color HEX #4D710A Green Leaf

📋 copy color: '#4D710A'

red 77 ◦ green 113 ◦ blue 10

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

Shades of Green Leaf #4D710A

Tints of Green Leaf #4D710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 38.5%
G = 56.5%
B = 5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#4D710A (or 0x4D710A) is known color: Green Leaf. HEX triplet: 4D, 71 and 0A. RGB value is (77,113,10). Sum of RGB (Red+Green+Blue) = 77+113+10=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #4D710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D710A is #B28EF5. Grayscale: #5A5A5A. Windows color (decimal): -11702006 or 684365. OLE color: 684365.

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

Color convert

RGB 77 113 10 -
CMYK 0.32 0 0.91 0.56
HSL 80.97º 0.84% 0.24% -
HSV(B) 80.97º 0.91% 0.44% -
XYZ 9.02 13.41 2.4 -
YUV 90.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 77 113 10 0.32 0 0.91 0.56 80.97 0.84 0.24
Hex 4D 71 A 20 0 5B 38 51 54 18
Octal 115 161 12 40 0 133 70 121 124 30
Binary 1001101 1110001 1010 100000 0 1011011 111000 1010001 1010100 11000

Color Harmonies of #4D710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D710A

Black with #4D710A

Text Example


Text Example

White with #4D710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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