#4B7409

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

Shades of Green Leaf #4B7409

Tints of Green Leaf #4B7409

Color information

#4B7409 (or 0x4B7409) is unknown color: approx Green Leaf. HEX triplet: 4B, 74 and 09. RGB value is (75,116,9). Sum of RGB (Red+Green+Blue) = 75+116+9=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7409 is #B48BF6. Grayscale: #5B5B5B. Windows color (decimal): -11832311 or 619595. OLE color: 619595.

HSL color Cylindrical-coordinate representation of color #4B7409: hue angle of 82.99º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B7409 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB751169-
CMYK0.3500.920.55
HSL82.99º85.6%24.51%-
HSV(B)82.99º92.24%45.49%-
XYZ9.214.012.48-
YUV91.5481.42116.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 116 (45.70% from 255) = 58%
BLUE value IS 9 (3.91% from 255) = 4.5%
R=37.5%
G=58%
B=4.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7511690.3500.920.5582.9985.624.51
Hex4B7492305C37535619
Octal113164114301346712312631
Binary100101111101001001100011010111001101111010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,9); }

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

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

 a { background-color: rgb(75,116,9); }

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

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

 span { border-color: rgb(75,116,9); }

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