Html Css Color HEX #4F7410 Green Leaf

📋 copy color: '#4F7410'

red 79 ◦ green 116 ◦ blue 16

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

Shades of Green Leaf #4F7410

Tints of Green Leaf #4F7410

RGB

 RED value IS 79 (31.25% from 255) = 37.44%

 GREEN value IS 116 (45.7% from 255) = 54.98%

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 37.44%
G = 54.98%
B = 7.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#4F7410 (or 0x4F7410) is known color: Green Leaf. HEX triplet: 4F, 74 and 10. RGB value is (79,116,16). Sum of RGB (Red+Green+Blue) = 79+116+16=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7410 is #B08BEF. Grayscale: #5D5D5D. Windows color (decimal): -11570160 or 1078351. OLE color: 1078351.

HSL color Cylindrical-coordinate representation of color #4F7410: hue angle of 82.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F7410 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 116 16 -
CMYK 0.32 0 0.86 0.55
HSL 82.2º 0.76% 0.26% -
HSV(B) 82.2º 0.86% 0.45% -
XYZ 9.56 14.19 2.73 -
YUV 93.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 79 116 16 0.32 0 0.86 0.55 82.2 0.76 0.26
Hex 4F 74 10 20 0 56 37 52 4C 1A
Octal 117 164 20 40 0 126 67 122 114 32
Binary 1001111 1110100 10000 100000 0 1010110 110111 1010010 1001100 11010

Color Harmonies of #4F7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7410

Black with #4F7410

Text Example


Text Example

White with #4F7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,16); }

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

background-color css

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

 a { background-color: rgb(79,116,16); }

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

border-color css

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

 span { border-color: rgb(79,116,16); }

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