#4B4F38

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

Shades of Kelp #4B4F38

Tints of Kelp #4B4F38

Color information

#4B4F38 (or 0x4B4F38) is unknown color: approx Kelp. HEX triplet: 4B, 4F and 38. RGB value is (75,79,56). Sum of RGB (Red+Green+Blue) = 75+79+56=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F38 is #B4B0C7. Grayscale: #4B4B4B. Windows color (decimal): -11841736 or 3690315. OLE color: 3690315.

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

Color convert

RGB757956-
CMYK0.0500.290.69
HSL70.43º17.04%26.47%-
HSV(B)70.43º29.11%30.98%-
XYZ6.417.374.83-
YUV75.18117.17127.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=35.71%
G=37.62%
B=26.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579560.0500.290.6970.4317.0426.47
Hex4B4F38501D4546111a
Octal1131177050351051062132
Binary10010111001111111000101011101100010110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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