#4F6535

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

Shades of Green Leaf #4F6535

Tints of Green Leaf #4F6535

Color information

#4F6535 (or 0x4F6535) is unknown color: approx Green Leaf. HEX triplet: 4F, 65 and 35. RGB value is (79,101,53). Sum of RGB (Red+Green+Blue) = 79+101+53=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6535 is #B09ACA. Grayscale: #595959. Windows color (decimal): -11573963 or 3499343. OLE color: 3499343.

HSL color Cylindrical-coordinate representation of color #4F6535: hue angle of 87.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F6535 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB7910153-
CMYK0.2200.480.60
HSL87.5º31.17%30.2%-
HSV(B)87.5º47.52%39.61%-
XYZ8.5211.235.09-
YUV88.95107.71120.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=33.91%
G=43.35%
B=22.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79101530.2200.480.6087.531.1730.2
Hex4F6535160303C581f1e
Octal1171456526060741303736
Binary1001111110010111010110110011000011110010110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,101,53); }

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

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

 a { background-color: rgb(79,101,53); }

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

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

 span { border-color: rgb(79,101,53); }

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