#484E38

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

Shades of Kelp #484E38

Tints of Kelp #484E38

Color information

#484E38 (or 0x484E38) is unknown color: approx Kelp. HEX triplet: 48, 4E and 38. RGB value is (72,78,56). Sum of RGB (Red+Green+Blue) = 72+78+56=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #484E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E38 is #B7B1C7. Grayscale: #494949. Windows color (decimal): -12038600 or 3690056. OLE color: 3690056.

HSL color Cylindrical-coordinate representation of color #484E38: hue angle of 76.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484E38 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB727856-
CMYK0.0800.280.69
HSL76.36º16.42%26.27%-
HSV(B)76.36º28.21%30.59%-
XYZ6.117.114.79-
YUV73.7118.01126.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=34.95%
G=37.86%
B=27.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278560.0800.280.6976.3616.4226.27
Hex484E38801C454c101a
Octal11011670100341051142032
Binary100100010011101110001000011100100010110011001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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