#4C503C

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

Shades of Kelp #4C503C

Tints of Kelp #4C503C

Color information

#4C503C (or 0x4C503C) is unknown color: approx Kelp. HEX triplet: 4C, 50 and 3C. RGB value is (76,80,60). Sum of RGB (Red+Green+Blue) = 76+80+60=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #4C503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C503C is #B3AFC3. Grayscale: #4C4C4C. Windows color (decimal): -11775940 or 3952716. OLE color: 3952716.

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

Color convert

RGB768060-
CMYK0.0500.250.69
HSL72º14.29%27.45%-
HSV(B)72º25%31.37%-
XYZ6.667.65.39-
YUV76.52118.67127.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=35.19%
G=37.04%
B=27.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680600.0500.250.697214.2927.45
Hex4C503C50194548e1b
Octal1141207450311051101633
Binary1001100101000011110010101100110001011001000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,60); }

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

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

 a { background-color: rgb(76,80,60); }

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

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

 span { border-color: rgb(76,80,60); }

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