#4B503C

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

Shades of Kelp #4B503C

Tints of Kelp #4B503C

Color information

#4B503C (or 0x4B503C) is unknown color: approx Kelp. HEX triplet: 4B, 50 and 3C. RGB value is (75,80,60). Sum of RGB (Red+Green+Blue) = 75+80+60=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #4B503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B503C is #B4AFC3. Grayscale: #4C4C4C. Windows color (decimal): -11841476 or 3952715. OLE color: 3952715.

HSL color Cylindrical-coordinate representation of color #4B503C: hue angle of 75º 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 #4B503C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB758060-
CMYK0.0600.250.69
HSL75º14.29%27.45%-
HSV(B)75º25%31.37%-
XYZ6.597.565.39-
YUV76.22118.84127.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=34.88%
G=37.21%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580600.0600.250.697514.2927.45
Hex4B503C6019454be1b
Octal1131207460311051131633
Binary1001011101000011110011001100110001011001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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