Html Css Color HEX #4D7316 Green Leaf

📋 copy color: '#4D7316'

red 77 ◦ green 115 ◦ blue 22

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

Shades of Green Leaf #4D7316

Tints of Green Leaf #4D7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.74%

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

R = 35.98%
G = 53.74%
B = 10.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#4D7316 (or 0x4D7316) is known color: Green Leaf. HEX triplet: 4D, 73 and 16. RGB value is (77,115,22). Sum of RGB (Red+Green+Blue) = 77+115+22=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7316 is #B28CE9. Grayscale: #5D5D5D. Windows color (decimal): -11701482 or 1471309. OLE color: 1471309.

HSL color Cylindrical-coordinate representation of color #4D7316: hue angle of 84.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D7316 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 115 22 -
CMYK 0.33 0 0.81 0.55
HSL 84.52º 0.68% 0.27% -
HSV(B) 84.52º 0.81% 0.45% -
XYZ 9.34 13.9 2.95 -
YUV 93.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 77 115 22 0.33 0 0.81 0.55 84.52 0.68 0.27
Hex 4D 73 16 21 0 51 37 55 44 1B
Octal 115 163 26 41 0 121 67 125 104 33
Binary 1001101 1110011 10110 100001 0 1010001 110111 1010101 1000100 11011

Color Harmonies of #4D7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7316

Black with #4D7316

Text Example


Text Example

White with #4D7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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