#4C4F3F

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

Shades of Kelp #4C4F3F

Tints of Kelp #4C4F3F

Color information

#4C4F3F (or 0x4C4F3F) is unknown color: approx Kelp. HEX triplet: 4C, 4F and 3F. RGB value is (76,79,63). Sum of RGB (Red+Green+Blue) = 76+79+63=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F3F is #B3B0C0. Grayscale: #4C4C4C. Windows color (decimal): -11776193 or 4149068. OLE color: 4149068.

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

Color convert

RGB767963-
CMYK0.0400.200.69
HSL71.25º11.27%27.84%-
HSV(B)71.25º20.25%30.98%-
XYZ6.677.495.8-
YUV76.28120.51127.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 63 (25% from 255) = 28.90%
R=34.86%
G=36.24%
B=28.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7679630.0400.200.6971.2511.2727.84
Hex4C4F3F40144547b1c
Octal1141177740241051071334
Binary1001100100111111111110001010010001011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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