#484B38

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

Shades of Kelp #484B38

Tints of Kelp #484B38

Color information

#484B38 (or 0x484B38) is unknown color: approx Kelp. HEX triplet: 48, 4B and 38. RGB value is (72,75,56). Sum of RGB (Red+Green+Blue) = 72+75+56=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #484B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B38 is #B7B4C7. Grayscale: #484848. Windows color (decimal): -12039368 or 3689288. OLE color: 3689288.

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

Color convert

RGB727556-
CMYK0.0400.250.71
HSL69.47º14.5%25.69%-
HSV(B)69.47º25.33%29.41%-
XYZ5.96.74.72-
YUV71.94119.01128.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=35.47%
G=36.95%
B=27.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275560.0400.250.7169.4714.525.69
Hex484B3840194745f1a
Octal1101137040311071051732
Binary1001000100101111100010001100110001111000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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