#4B6329

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

Shades of Green Leaf #4B6329

Tints of Green Leaf #4B6329

Color information

#4B6329 (or 0x4B6329) is unknown color: approx Green Leaf. HEX triplet: 4B, 63 and 29. RGB value is (75,99,41). Sum of RGB (Red+Green+Blue) = 75+99+41=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6329 is #B49CD6. Grayscale: #555555. Windows color (decimal): -11836631 or 2712395. OLE color: 2712395.

HSL color Cylindrical-coordinate representation of color #4B6329: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B6329 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB759941-
CMYK0.2400.590.61
HSL84.83º41.43%27.45%-
HSV(B)84.83º58.59%38.82%-
XYZ7.7610.583.73-
YUV85.21103.05120.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=34.88%
G=46.05%
B=19.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599410.2400.590.6184.8341.4327.45
Hex4B63291803B3D55291b
Octal1131435130073751255133
Binary10010111100011101001110000111011111101101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,41); }

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

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

 a { background-color: rgb(75,99,41); }

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

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

 span { border-color: rgb(75,99,41); }

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