Html Css Color HEX #4F7010 Green Leaf

📋 copy color: '#4F7010'

red 79 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #4F7010

Tints of Green Leaf #4F7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

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

R = 38.16%
G = 54.11%
B = 7.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#4F7010 (or 0x4F7010) is known color: Green Leaf. HEX triplet: 4F, 70 and 10. RGB value is (79,112,16). Sum of RGB (Red+Green+Blue) = 79+112+16=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7010 is #B08FEF. Grayscale: #5B5B5B. Windows color (decimal): -11571184 or 1077327. OLE color: 1077327.

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

Color convert

RGB 79 112 16 -
CMYK 0.29 0 0.86 0.56
HSL 80.63º 0.75% 0.25% -
HSV(B) 80.63º 0.86% 0.44% -
XYZ 9.11 13.29 2.57 -
YUV 91.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 79 112 16 0.29 0 0.86 0.56 80.63 0.75 0.25
Hex 4F 70 10 1D 0 56 38 51 4B 19
Octal 117 160 20 35 0 126 70 121 113 31
Binary 1001111 1110000 10000 11101 0 1010110 111000 1010001 1001011 11001

Color Harmonies of #4F7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7010

Black with #4F7010

Text Example


Text Example

White with #4F7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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