#484B3A

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

Shades of Kelp #484B3A

Tints of Kelp #484B3A

Color information

#484B3A (or 0x484B3A) is unknown color: approx Kelp. HEX triplet: 48, 4B and 3A. RGB value is (72,75,58). Sum of RGB (Red+Green+Blue) = 72+75+58=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #484B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B3A is #B7B4C5. Grayscale: #484848. Windows color (decimal): -12039366 or 3820360. OLE color: 3820360.

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

Color convert

RGB727558-
CMYK0.0400.230.71
HSL70.59º12.78%26.08%-
HSV(B)70.59º22.67%29.41%-
XYZ5.956.724.99-
YUV72.16120.01127.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=35.12%
G=36.59%
B=28.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275580.0400.230.7170.5912.7826.08
Hex484B3A40174747d1a
Octal1101137240271071071532
Binary1001000100101111101010001011110001111000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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