#4B662B

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

Shades of Green Leaf #4B662B

Tints of Green Leaf #4B662B

Color information

#4B662B (or 0x4B662B) is unknown color: approx Green Leaf. HEX triplet: 4B, 66 and 2B. RGB value is (75,102,43). Sum of RGB (Red+Green+Blue) = 75+102+43=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #4B662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B662B is #B499D4. Grayscale: #575757. Windows color (decimal): -11835861 or 2844235. OLE color: 2844235.

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

Color convert

RGB7510243-
CMYK0.2600.580.6
HSL87.46º40.69%28.43%-
HSV(B)87.46º57.84%40%-
XYZ8.0911.174.02-
YUV87.2103.05119.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.09%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=34.09%
G=46.36%
B=19.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75102430.2600.580.687.4640.6928.43
Hex4B662B1A03A3C57291c
Octal1131465332072741275134
Binary10010111100110101011110100111010111100101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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