#4B780D

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

Shades of Green Leaf #4B780D

Tints of Green Leaf #4B780D

Color information

#4B780D (or 0x4B780D) is unknown color: approx Green Leaf. HEX triplet: 4B, 78 and 0D. RGB value is (75,120,13). Sum of RGB (Red+Green+Blue) = 75+120+13=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #4B780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B780D is #B487F2. Grayscale: #5E5E5E. Windows color (decimal): -11831283 or 882763. OLE color: 882763.

HSL color Cylindrical-coordinate representation of color #4B780D: hue angle of 85.23º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B780D is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB7512013-
CMYK0.3700.890.53
HSL85.23º80.45%26.08%-
HSV(B)85.23º89.17%47.06%-
XYZ9.6914.962.76-
YUV94.3582.09114.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=36.06%
G=57.69%
B=6.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120130.3700.890.5385.2380.4526.08
Hex4B78D250593555501a
Octal113170154501316512512032
Binary100101111110001101100101010110011101011010101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,13); }

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

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

 a { background-color: rgb(75,120,13); }

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

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

 span { border-color: rgb(75,120,13); }

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