#4B7315

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

Shades of Green Leaf #4B7315

Tints of Green Leaf #4B7315

Color information

#4B7315 (or 0x4B7315) is unknown color: approx Green Leaf. HEX triplet: 4B, 73 and 15. RGB value is (75,115,21). Sum of RGB (Red+Green+Blue) = 75+115+21=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7315 is #B48CEA. Grayscale: #5C5C5C. Windows color (decimal): -11832555 or 1405771. OLE color: 1405771.

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

Color convert

RGB7511521-
CMYK0.3500.820.55
HSL85.53º69.12%26.67%-
HSV(B)85.53º81.74%45.1%-
XYZ9.1713.812.89-
YUV92.3287.75115.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=35.55%
G=54.50%
B=9.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115210.3500.820.5585.5369.1226.67
Hex4B7315230523756451b
Octal113163254301226712610533
Binary1001011111001110101100011010100101101111010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,21); }

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

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

 a { background-color: rgb(75,115,21); }

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

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

 span { border-color: rgb(75,115,21); }

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