#4B781A

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

Shades of Green Leaf #4B781A

Tints of Green Leaf #4B781A

Color information

#4B781A (or 0x4B781A) is unknown color: approx Green Leaf. HEX triplet: 4B, 78 and 1A. RGB value is (75,120,26). Sum of RGB (Red+Green+Blue) = 75+120+26=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #4B781A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B781A is #B487E5. Grayscale: #606060. Windows color (decimal): -11831270 or 1734731. OLE color: 1734731.

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

Color convert

RGB7512026-
CMYK0.3700.780.53
HSL88.72º64.38%28.63%-
HSV(B)88.72º78.33%47.06%-
XYZ9.8153.36-
YUV95.8388.59113.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=33.94%
G=54.30%
B=11.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120260.3700.780.5388.7264.3828.63
Hex4B781A2504E3559401d
Octal113170324501166513110035
Binary1001011111100011010100101010011101101011011001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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