#4B6818

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

Shades of Green Leaf #4B6818

Tints of Green Leaf #4B6818

Color information

#4B6818 (or 0x4B6818) is unknown color: approx Green Leaf. HEX triplet: 4B, 68 and 18. RGB value is (75,104,24). Sum of RGB (Red+Green+Blue) = 75+104+24=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6818 is #B497E7. Grayscale: #565656. Windows color (decimal): -11835368 or 1599563. OLE color: 1599563.

HSL color Cylindrical-coordinate representation of color #4B6818: hue angle of 81.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B6818 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB7510424-
CMYK0.2800.770.59
HSL81.75º62.5%25.1%-
HSV(B)81.75º76.92%40.78%-
XYZ8.0211.462.65-
YUV86.2192.89120-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=36.95%
G=51.23%
B=11.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104240.2800.770.5981.7562.525.1
Hex4B68181C04D3B523e19
Octal11315030340115731227631
Binary10010111101000110001110001001101111011101001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,104,24); }

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

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

 a { background-color: rgb(75,104,24); }

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

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

 span { border-color: rgb(75,104,24); }

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