#4B771C

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

Shades of Green Leaf #4B771C

Tints of Green Leaf #4B771C

Color information

#4B771C (or 0x4B771C) is unknown color: approx Green Leaf. HEX triplet: 4B, 77 and 1C. RGB value is (75,119,28). Sum of RGB (Red+Green+Blue) = 75+119+28=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #4B771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B771C is #B488E3. Grayscale: #5F5F5F. Windows color (decimal): -11831524 or 1865547. OLE color: 1865547.

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

Color convert

RGB7511928-
CMYK0.3700.760.53
HSL89.01º61.9%28.82%-
HSV(B)89.01º76.47%46.67%-
XYZ9.7114.773.44-
YUV95.4789.92113.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=33.78%
G=53.60%
B=12.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119280.3700.760.5389.0161.928.82
Hex4B771C2504C35593e1d
Octal11316734450114651317635
Binary100101111101111110010010101001100110101101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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