Html Css Color HEX #4F6220 Green Leaf

📋 copy color: '#4F6220'

red 79 ◦ green 98 ◦ blue 32

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

Shades of Green Leaf #4F6220

Tints of Green Leaf #4F6220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.89%

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

R = 37.8%
G = 46.89%
B = 15.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4F6220 (or 0x4F6220) is known color: Green Leaf. HEX triplet: 4F, 62 and 20. RGB value is (79,98,32). Sum of RGB (Red+Green+Blue) = 79+98+32=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6220 is #B09DDF. Grayscale: #555555. Windows color (decimal): -11574752 or 2122319. OLE color: 2122319.

HSL color Cylindrical-coordinate representation of color #4F6220: hue angle of 77.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F6220 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 32 -
CMYK 0.19 0 0.67 0.62
HSL 77.27º 0.51% 0.25% -
HSV(B) 77.27º 0.67% 0.38% -
XYZ 7.85 10.5 2.98 -
YUV 84.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 79 98 32 0.19 0 0.67 0.62 77.27 0.51 0.25
Hex 4F 62 20 13 0 43 3E 4D 33 19
Octal 117 142 40 23 0 103 76 115 63 31
Binary 1001111 1100010 100000 10011 0 1000011 111110 1001101 110011 11001

Color Harmonies of #4F6220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6220

Black with #4F6220

Text Example


Text Example

White with #4F6220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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