#4F752B

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

Shades of Green Leaf #4F752B

Tints of Green Leaf #4F752B

Color information

#4F752B (or 0x4F752B) is unknown color: approx Green Leaf. HEX triplet: 4F, 75 and 2B. RGB value is (79,117,43). Sum of RGB (Red+Green+Blue) = 79+117+43=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #4F752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F752B is #B08AD4. Grayscale: #616161. Windows color (decimal): -11569877 or 2848079. OLE color: 2848079.

HSL color Cylindrical-coordinate representation of color #4F752B: hue angle of 90.81º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F752B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB7911743-
CMYK0.3200.630.54
HSL90.81º46.25%31.37%-
HSV(B)90.81º63.25%45.88%-
XYZ10.0214.564.57-
YUV97.297.41115.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=33.05%
G=48.95%
B=17.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117430.3200.630.5490.8146.2531.37
Hex4F752B2003F365b2e1f
Octal1171655340077661335637
Binary100111111101011010111000000111111110110101101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,43); }

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

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

 a { background-color: rgb(79,117,43); }

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

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

 span { border-color: rgb(79,117,43); }

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