#4F5340

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

Shades of Kelp #4F5340

Tints of Kelp #4F5340

Color information

#4F5340 (or 0x4F5340) is unknown color: approx Kelp. HEX triplet: 4F, 53 and 40. RGB value is (79,83,64). Sum of RGB (Red+Green+Blue) = 79+83+64=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5340 is #B0ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11578560 or 4215631. OLE color: 4215631.

HSL color Cylindrical-coordinate representation of color #4F5340: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5340 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB798364-
CMYK0.0500.230.67
HSL72.63º12.93%28.82%-
HSV(B)72.63º22.89%32.55%-
XYZ7.248.226.06-
YUV79.64119.17127.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=34.96%
G=36.73%
B=28.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983640.0500.230.6772.6312.9328.82
Hex4F534050174349d1d
Octal11712310050271031111535
Binary10011111010011100000010101011110000111001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,64); }

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

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

 a { background-color: rgb(79,83,64); }

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

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

 span { border-color: rgb(79,83,64); }

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