Html Css Color HEX #4F602E Green Leaf

📋 copy color: '#4F602E'

red 79 ◦ green 96 ◦ blue 46

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

Shades of Green Leaf #4F602E

Tints of Green Leaf #4F602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

 BLUE value IS 46 (18.36% from 255) = 20.81%

R = 35.75%
G = 43.44%
B = 20.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#4F602E (or 0x4F602E) is known color: Green Leaf. HEX triplet: 4F, 60 and 2E. RGB value is (79,96,46). Sum of RGB (Red+Green+Blue) = 79+96+46=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #4F602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F602E is #B09FD1. Grayscale: #555555. Windows color (decimal): -11575250 or 3039311. OLE color: 3039311.

HSL color Cylindrical-coordinate representation of color #4F602E: hue angle of 80.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F602E is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 46 -
CMYK 0.18 0 0.52 0.62
HSL 80.4º 0.35% 0.28% -
HSV(B) 80.4º 0.52% 0.38% -
XYZ 7.9 10.23 4.14 -
YUV 85.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 79 96 46 0.18 0 0.52 0.62 80.4 0.35 0.28
Hex 4F 60 2E 12 0 34 3E 50 23 1C
Octal 117 140 56 22 0 64 76 120 43 34
Binary 1001111 1100000 101110 10010 0 110100 111110 1010000 100011 11100

Color Harmonies of #4F602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F602E

Black with #4F602E

Text Example


Text Example

White with #4F602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,46); }

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

background-color css

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

 a { background-color: rgb(79,96,46); }

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

border-color css

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

 span { border-color: rgb(79,96,46); }

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