#484B3C

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

Shades of Kelp #484B3C

Tints of Kelp #484B3C

Color information

#484B3C (or 0x484B3C) is unknown color: approx Kelp. HEX triplet: 48, 4B and 3C. RGB value is (72,75,60). Sum of RGB (Red+Green+Blue) = 72+75+60=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #484B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B3C is #B7B4C3. Grayscale: #484848. Windows color (decimal): -12039364 or 3951432. OLE color: 3951432.

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

Color convert

RGB727560-
CMYK0.0400.200.71
HSL72º11.11%26.47%-
HSV(B)72º20%29.41%-
XYZ66.745.26-
YUV72.39121.01127.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=34.78%
G=36.23%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275600.0400.200.717211.1126.47
Hex484B3C40144748b1a
Octal1101137440241071101332
Binary1001000100101111110010001010010001111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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