#4B7913

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

Shades of Green Leaf #4B7913

Tints of Green Leaf #4B7913

Color information

#4B7913 (or 0x4B7913) is unknown color: approx Green Leaf. HEX triplet: 4B, 79 and 13. RGB value is (75,121,19). Sum of RGB (Red+Green+Blue) = 75+121+19=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7913 is #B486EC. Grayscale: #5F5F5F. Windows color (decimal): -11831021 or 1276235. OLE color: 1276235.

HSL color Cylindrical-coordinate representation of color #4B7913: hue angle of 87.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B7913 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB7512119-
CMYK0.3800.840.53
HSL87.06º72.86%27.45%-
HSV(B)87.06º84.3%47.45%-
XYZ9.8615.223.03-
YUV95.6284.76113.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 121 (47.66% from 255) = 56.28%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=34.88%
G=56.28%
B=8.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121190.3800.840.5387.0672.8627.45
Hex4B7913260543557491b
Octal113171234601246512711133
Binary1001011111100110011100110010101001101011010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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