Html Css Color HEX #4F7320 Green Leaf

📋 copy color: '#4F7320'

red 79 ◦ green 115 ◦ blue 32

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

Shades of Green Leaf #4F7320

Tints of Green Leaf #4F7320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 34.96%
G = 50.88%
B = 14.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#4F7320 (or 0x4F7320) is known color: Green Leaf. HEX triplet: 4F, 73 and 20. RGB value is (79,115,32). Sum of RGB (Red+Green+Blue) = 79+115+32=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7320 is #B08CDF. Grayscale: #5F5F5F. Windows color (decimal): -11570400 or 2126671. OLE color: 2126671.

HSL color Cylindrical-coordinate representation of color #4F7320: hue angle of 86.02º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F7320 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 115 32 -
CMYK 0.31 0 0.72 0.55
HSL 86.02º 0.56% 0.29% -
HSV(B) 86.02º 0.72% 0.45% -
XYZ 9.62 14.03 3.57 -
YUV 94.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 79 115 32 0.31 0 0.72 0.55 86.02 0.56 0.29
Hex 4F 73 20 1F 0 48 37 56 38 1D
Octal 117 163 40 37 0 110 67 126 70 35
Binary 1001111 1110011 100000 11111 0 1001000 110111 1010110 111000 11101

Color Harmonies of #4F7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7320

Black with #4F7320

Text Example


Text Example

White with #4F7320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,32); }

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

background-color css

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

 a { background-color: rgb(79,115,32); }

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

border-color css

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

 span { border-color: rgb(79,115,32); }

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