#4B7213

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

Shades of Green Leaf #4B7213

Tints of Green Leaf #4B7213

Color information

#4B7213 (or 0x4B7213) is unknown color: approx Green Leaf. HEX triplet: 4B, 72 and 13. RGB value is (75,114,19). Sum of RGB (Red+Green+Blue) = 75+114+19=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7213 is #B48DEC. Grayscale: #5B5B5B. Windows color (decimal): -11832813 or 1274443. OLE color: 1274443.

HSL color Cylindrical-coordinate representation of color #4B7213: hue angle of 84.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B7213 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB7511419-
CMYK0.3400.830.55
HSL84.63º71.43%26.08%-
HSV(B)84.63º83.33%44.71%-
XYZ9.0413.582.76-
YUV91.5187.08116.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=36.06%
G=54.81%
B=9.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114190.3400.830.5584.6371.4326.08
Hex4B7213220533755471a
Octal113162234201236712510732
Binary1001011111001010011100010010100111101111010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,19); }

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

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

 a { background-color: rgb(75,114,19); }

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

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

 span { border-color: rgb(75,114,19); }

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