#4C4F38

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

Shades of Kelp #4C4F38

Tints of Kelp #4C4F38

Color information

#4C4F38 (or 0x4C4F38) is unknown color: approx Kelp. HEX triplet: 4C, 4F and 38. RGB value is (76,79,56). Sum of RGB (Red+Green+Blue) = 76+79+56=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F38 is #B3B0C7. Grayscale: #4B4B4B. Windows color (decimal): -11776200 or 3690316. OLE color: 3690316.

HSL color Cylindrical-coordinate representation of color #4C4F38: hue angle of 67.83º 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 #4C4F38 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB767956-
CMYK0.0400.290.69
HSL67.83º17.04%26.47%-
HSV(B)67.83º29.11%30.98%-
XYZ6.497.414.83-
YUV75.48117.01128.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=36.02%
G=37.44%
B=26.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7679560.0400.290.6967.8317.0426.47
Hex4C4F38401D4544111a
Octal1141177040351051042132
Binary10011001001111111000100011101100010110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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