#4B6221

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

Shades of Green Leaf #4B6221

Tints of Green Leaf #4B6221

Color information

#4B6221 (or 0x4B6221) is unknown color: approx Green Leaf. HEX triplet: 4B, 62 and 21. RGB value is (75,98,33). Sum of RGB (Red+Green+Blue) = 75+98+33=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6221 is #B49DDE. Grayscale: #535353. Windows color (decimal): -11836895 or 2187851. OLE color: 2187851.

HSL color Cylindrical-coordinate representation of color #4B6221: hue angle of 81.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6221 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB759833-
CMYK0.2300.660.62
HSL81.23º49.62%25.69%-
HSV(B)81.23º66.33%38.43%-
XYZ7.5410.343.04-
YUV83.7199.38121.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=36.41%
G=47.57%
B=16.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7598330.2300.660.6281.2349.6225.69
Hex4B6221170423E51321a
Octal11314241270102761216232
Binary100101111000101000011011101000010111110101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,33); }

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

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

 a { background-color: rgb(75,98,33); }

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

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

 span { border-color: rgb(75,98,33); }

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