#4B662A

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

Shades of Green Leaf #4B662A

Tints of Green Leaf #4B662A

Color information

#4B662A (or 0x4B662A) is unknown color: approx Green Leaf. HEX triplet: 4B, 66 and 2A. RGB value is (75,102,42). Sum of RGB (Red+Green+Blue) = 75+102+42=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #4B662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B662A is #B499D5. Grayscale: #575757. Windows color (decimal): -11835862 or 2778699. OLE color: 2778699.

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

Color convert

RGB7510242-
CMYK0.2600.590.6
HSL87º41.67%28.24%-
HSV(B)87º58.82%40%-
XYZ8.0711.173.92-
YUV87.09102.55119.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=34.25%
G=46.58%
B=19.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75102420.2600.590.68741.6728.24
Hex4B662A1A03B3C572a1c
Octal1131465232073741275234
Binary10010111100110101010110100111011111100101011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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