Html Css Color HEX #4D7F16 Green Leaf

📋 copy color: '#4D7F16'

red 77 ◦ green 127 ◦ blue 22

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

Shades of Green Leaf #4D7F16

Tints of Green Leaf #4D7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 56.19%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 34.07%
G = 56.19%
B = 9.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#4D7F16 (or 0x4D7F16) is known color: Green Leaf. HEX triplet: 4D, 7F and 16. RGB value is (77,127,22). Sum of RGB (Red+Green+Blue) = 77+127+22=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7F16 is #B280E9. Grayscale: #646464. Windows color (decimal): -11698410 or 1474381. OLE color: 1474381.

HSL color Cylindrical-coordinate representation of color #4D7F16: hue angle of 88.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7F16 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 127 22 -
CMYK 0.39 0 0.83 0.50
HSL 88.57º 0.7% 0.29% -
HSV(B) 88.57º 0.83% 0.5% -
XYZ 10.79 16.81 3.44 -
YUV 100.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 77 127 22 0.39 0 0.83 0.50 88.57 0.7 0.29
Hex 4D 7F 16 27 0 53 32 59 46 1D
Octal 115 177 26 47 0 123 62 131 106 35
Binary 1001101 1111111 10110 100111 0 1010011 110010 1011001 1000110 11101

Color Harmonies of #4D7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F16

Black with #4D7F16

Text Example


Text Example

White with #4D7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,22); }

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

background-color css

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

 a { background-color: rgb(77,127,22); }

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

border-color css

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

 span { border-color: rgb(77,127,22); }

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