#4C513C

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

Shades of Kelp #4C513C

Tints of Kelp #4C513C

Color information

#4C513C (or 0x4C513C) is unknown color: approx Kelp. HEX triplet: 4C, 51 and 3C. RGB value is (76,81,60). Sum of RGB (Red+Green+Blue) = 76+81+60=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #4C513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C513C is #B3AEC3. Grayscale: #4D4D4D. Windows color (decimal): -11775684 or 3952972. OLE color: 3952972.

HSL color Cylindrical-coordinate representation of color #4C513C: hue angle of 74.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C513C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB768160-
CMYK0.0600.260.68
HSL74.29º14.89%27.65%-
HSV(B)74.29º25.93%31.76%-
XYZ6.747.755.42-
YUV77.11118.34127.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=35.02%
G=37.33%
B=27.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681600.0600.260.6874.2914.8927.65
Hex4C513C601A444af1c
Octal1141217460321041121734
Binary1001100101000111110011001101010001001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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