#4B6628

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

Shades of Green Leaf #4B6628

Tints of Green Leaf #4B6628

Color information

#4B6628 (or 0x4B6628) is unknown color: approx Green Leaf. HEX triplet: 4B, 66 and 28. RGB value is (75,102,40). Sum of RGB (Red+Green+Blue) = 75+102+40=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6628 is #B499D7. Grayscale: #575757. Windows color (decimal): -11835864 or 2647627. OLE color: 2647627.

HSL color Cylindrical-coordinate representation of color #4B6628: hue angle of 86.13º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B6628 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB7510240-
CMYK0.2600.610.6
HSL86.13º43.66%27.84%-
HSV(B)86.13º60.78%40%-
XYZ8.0411.153.74-
YUV86.86101.55119.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=34.56%
G=47.00%
B=18.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75102400.2600.610.686.1343.6627.84
Hex4B66281A03D3C562c1c
Octal1131465032075741265434
Binary10010111100110101000110100111101111100101011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,102,40); }

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

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

 a { background-color: rgb(75,102,40); }

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

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

 span { border-color: rgb(75,102,40); }

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