Html Css Color HEX #4F7514 Green Leaf

📋 copy color: '#4F7514'

red 79 ◦ green 117 ◦ blue 20

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

Shades of Green Leaf #4F7514

Tints of Green Leaf #4F7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 36.57%
G = 54.17%
B = 9.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#4F7514 (or 0x4F7514) is known color: Green Leaf. HEX triplet: 4F, 75 and 14. RGB value is (79,117,20). Sum of RGB (Red+Green+Blue) = 79+117+20=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7514 is #B08AEB. Grayscale: #5E5E5E. Windows color (decimal): -11569900 or 1340751. OLE color: 1340751.

HSL color Cylindrical-coordinate representation of color #4F7514: hue angle of 83.51º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F7514 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 117 20 -
CMYK 0.32 0 0.83 0.54
HSL 83.51º 0.71% 0.27% -
HSV(B) 83.51º 0.83% 0.46% -
XYZ 9.71 14.44 2.94 -
YUV 94.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 79 117 20 0.32 0 0.83 0.54 83.51 0.71 0.27
Hex 4F 75 14 20 0 53 36 54 47 1B
Octal 117 165 24 40 0 123 66 124 107 33
Binary 1001111 1110101 10100 100000 0 1010011 110110 1010100 1000111 11011

Color Harmonies of #4F7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7514

Black with #4F7514

Text Example


Text Example

White with #4F7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,20); }

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

background-color css

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

 a { background-color: rgb(79,117,20); }

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

border-color css

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

 span { border-color: rgb(79,117,20); }

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