#4B6627

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

Shades of Green Leaf #4B6627

Tints of Green Leaf #4B6627

Color information

#4B6627 (or 0x4B6627) is unknown color: approx Green Leaf. HEX triplet: 4B, 66 and 27. RGB value is (75,102,39). Sum of RGB (Red+Green+Blue) = 75+102+39=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6627 is #B499D8. Grayscale: #565656. Windows color (decimal): -11835865 or 2582091. OLE color: 2582091.

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

Color convert

RGB7510239-
CMYK0.2600.620.6
HSL85.71º44.68%27.65%-
HSV(B)85.71º61.76%40%-
XYZ8.0211.153.65-
YUV86.74101.05119.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.72%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=34.72%
G=47.22%
B=18.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75102390.2600.620.685.7144.6827.65
Hex4B66271A03E3C562d1c
Octal1131464732076741265534
Binary10010111100110100111110100111110111100101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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