#4B4D3F

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

Shades of Kelp #4B4D3F

Tints of Kelp #4B4D3F

Color information

#4B4D3F (or 0x4B4D3F) is unknown color: approx Kelp. HEX triplet: 4B, 4D and 3F. RGB value is (75,77,63). Sum of RGB (Red+Green+Blue) = 75+77+63=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D3F is #B4B2C0. Grayscale: #4A4A4A. Windows color (decimal): -11842241 or 4148555. OLE color: 4148555.

HSL color Cylindrical-coordinate representation of color #4B4D3F: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B4D3F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB757763-
CMYK0.0300.180.70
HSL68.57º10%27.45%-
HSV(B)68.57º18.18%30.2%-
XYZ6.457.165.75-
YUV74.81121.34128.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 63 (25% from 255) = 29.30%
R=34.88%
G=35.81%
B=29.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7577630.0300.180.7068.571027.45
Hex4B4D3F30124645a1b
Octal1131157730221061051233
Binary100101110011011111111101001010001101000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,77,63); }

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

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

 a { background-color: rgb(75,77,63); }

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

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

 span { border-color: rgb(75,77,63); }

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