#4B771E

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

Shades of Green Leaf #4B771E

Tints of Green Leaf #4B771E

Color information

#4B771E (or 0x4B771E) is unknown color: approx Green Leaf. HEX triplet: 4B, 77 and 1E. RGB value is (75,119,30). Sum of RGB (Red+Green+Blue) = 75+119+30=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #4B771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B771E is #B488E1. Grayscale: #606060. Windows color (decimal): -11831522 or 1996619. OLE color: 1996619.

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

Color convert

RGB7511930-
CMYK0.3700.750.53
HSL89.66º59.73%29.22%-
HSV(B)89.66º74.79%46.67%-
XYZ9.7314.783.57-
YUV95.790.92113.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 119 (46.88% from 255) = 53.12%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=33.48%
G=53.12%
B=13.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119300.3700.750.5389.6659.7329.22
Hex4B771E2504B355a3c1d
Octal11316736450113651327435
Binary100101111101111111010010101001011110101101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,30); }

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

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

 a { background-color: rgb(75,119,30); }

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

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

 span { border-color: rgb(75,119,30); }

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