#4B4E38

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

Shades of Kelp #4B4E38

Tints of Kelp #4B4E38

Color information

#4B4E38 (or 0x4B4E38) is unknown color: approx Kelp. HEX triplet: 4B, 4E and 38. RGB value is (75,78,56). Sum of RGB (Red+Green+Blue) = 75+78+56=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #4B4E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4E38 is #B4B1C7. Grayscale: #4A4A4A. Windows color (decimal): -11841992 or 3690059. OLE color: 3690059.

HSL color Cylindrical-coordinate representation of color #4B4E38: hue angle of 68.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B4E38 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB757856-
CMYK0.0400.280.69
HSL68.18º16.42%26.27%-
HSV(B)68.18º28.21%30.59%-
XYZ6.347.234.8-
YUV74.6117.51128.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=35.89%
G=37.32%
B=26.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7578560.0400.280.6968.1816.4226.27
Hex4B4E38401C4544101a
Octal1131167040341051042032
Binary10010111001110111000100011100100010110001001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,56); }

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

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

 a { background-color: rgb(75,78,56); }

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

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

 span { border-color: rgb(75,78,56); }

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