#484B3B

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

Shades of Kelp #484B3B

Tints of Kelp #484B3B

Color information

#484B3B (or 0x484B3B) is unknown color: approx Kelp. HEX triplet: 48, 4B and 3B. RGB value is (72,75,59). Sum of RGB (Red+Green+Blue) = 72+75+59=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #484B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B3B is #B7B4C4. Grayscale: #484848. Windows color (decimal): -12039365 or 3885896. OLE color: 3885896.

HSL color Cylindrical-coordinate representation of color #484B3B: hue angle of 71.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484B3B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB727559-
CMYK0.0400.210.71
HSL71.25º11.94%26.27%-
HSV(B)71.25º21.33%29.41%-
XYZ5.986.735.12-
YUV72.28120.51127.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=34.95%
G=36.41%
B=28.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275590.0400.210.7171.2511.9426.27
Hex484B3B40154747c1a
Octal1101137340251071071432
Binary1001000100101111101110001010110001111000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B3B; }

 p { color: rgb(72,75,59); }

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

<style>
 a { background-color: #484B3B; }

 a { background-color: rgb(72,75,59); }

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

<style>
 span { border-color: #484B3B; }

 span { border-color: rgb(72,75,59); }

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