#4C5338

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

Shades of Kelp #4C5338

Tints of Kelp #4C5338

Color information

#4C5338 (or 0x4C5338) is unknown color: approx Kelp. HEX triplet: 4C, 53 and 38. RGB value is (76,83,56). Sum of RGB (Red+Green+Blue) = 76+83+56=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5338 is #B3ACC7. Grayscale: #4D4D4D. Windows color (decimal): -11775176 or 3691340. OLE color: 3691340.

HSL color Cylindrical-coordinate representation of color #4C5338: hue angle of 75.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5338 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB768356-
CMYK0.0800.330.67
HSL75.56º19.42%27.25%-
HSV(B)75.56º32.53%32.55%-
XYZ6.798.014.93-
YUV77.83115.68126.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=35.35%
G=38.60%
B=26.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683560.0800.330.6775.5619.4227.25
Hex4C53388021434c131b
Octal11412370100411031142333
Binary1001100101001111100010000100001100001110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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