#484F35

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

Shades of Kelp #484F35

Tints of Kelp #484F35

Color information

#484F35 (or 0x484F35) is unknown color: approx Kelp. HEX triplet: 48, 4F and 35. RGB value is (72,79,53). Sum of RGB (Red+Green+Blue) = 72+79+53=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #484F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F35 is #B7B0CA. Grayscale: #4A4A4A. Windows color (decimal): -12038347 or 3493704. OLE color: 3493704.

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

Color convert

RGB727953-
CMYK0.0900.330.69
HSL76.15º19.7%25.88%-
HSV(B)76.15º32.91%30.98%-
XYZ6.117.234.44-
YUV73.94116.18126.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=35.29%
G=38.73%
B=25.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279530.0900.330.6976.1519.725.88
Hex484F359021454c141a
Octal11011765110411051142432
Binary1001000100111111010110010100001100010110011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,53); }

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

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

 a { background-color: rgb(72,79,53); }

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

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

 span { border-color: rgb(72,79,53); }

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