#4f6a2f

Color #4F6A2F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4F6A2F

Tints of Green Leaf #4F6A2F

Color information

#4F6A2F (or 0x4F6A2F) is unknown color: approx Green Leaf. HEX triplet: 4F, 6A and 2F. RGB value is (79,106,47). Sum of RGB (Red+Green+Blue) = 79+106+47=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6A2F is #B095D0. Grayscale: #5B5B5B. Windows color (decimal): -11572689 or 3107407. OLE color: 3107407.

HSL color Cylindrical-coordinate representation of color #4F6A2F: hue angle of 87.46º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F6A2F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB7910647-
CMYK0.2500.560.58
HSL87.46º38.56%30%-
HSV(B)87.46º55.66%41.57%-
XYZ8.8912.184.57-
YUV91.2103.05119.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=34.05%
G=45.69%
B=20.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79106470.2500.560.5887.4638.5630
Hex4F6A2F190383A57271e
Octal1171525731070721274736
Binary10011111101010101111110010111000111010101011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f6a2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,106,47); }

 H1.HeaderClassName
 {
   color: #4f6a2f;
 }
 .AnyTagClassName
 {
   color: #4f6a2f;
 }
</style>
background-color css

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

 a { background-color: rgb(79,106,47); }

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

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

 span { border-color: rgb(79,106,47); }

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