#484C36

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

Shades of Kelp #484C36

Tints of Kelp #484C36

Color information

#484C36 (or 0x484C36) is unknown color: approx Kelp. HEX triplet: 48, 4C and 36. RGB value is (72,76,54). Sum of RGB (Red+Green+Blue) = 72+76+54=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #484C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C36 is #B7B3C9. Grayscale: #484848. Windows color (decimal): -12039114 or 3558472. OLE color: 3558472.

HSL color Cylindrical-coordinate representation of color #484C36: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484C36 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB727654-
CMYK0.0500.290.70
HSL70.91º16.92%25.49%-
HSV(B)70.91º28.95%29.8%-
XYZ5.926.814.49-
YUV72.3117.67127.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=35.64%
G=37.62%
B=26.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276540.0500.290.7070.9116.9225.49
Hex484C36501D46471119
Octal1101146650351061072131
Binary10010001001100110110101011101100011010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,76,54); }

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

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

 a { background-color: rgb(72,76,54); }

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

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

 span { border-color: rgb(72,76,54); }

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