#38491D

Color #38491D Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #38491D

Tints of Seaweed #38491D

Color information

#38491D (or 0x38491D) is unknown color: approx Seaweed. HEX triplet: 38, 49 and 1D. RGB value is (56,73,29). Sum of RGB (Red+Green+Blue) = 56+73+29=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #38491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491D is #C7B6E2. Grayscale: #3F3F3F. Windows color (decimal): -13088483 or 1919288. OLE color: 1919288.

HSL color Cylindrical-coordinate representation of color #38491D: hue angle of 83.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38491D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB567329-
CMYK0.2300.600.71
HSL83.18º43.14%20%-
HSV(B)83.18º60.27%28.63%-
XYZ4.245.692.04-
YUV62.9108.87123.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=35.44%
G=46.20%
B=18.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673290.2300.600.7183.1843.1420
Hex38491D1703C47532b14
Octal7011135270741071235324
Binary1110001001001111011011101111001000111101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38491D; }

 p { color: rgb(56,73,29); }

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

<style>
 a { background-color: #38491D; }

 a { background-color: rgb(56,73,29); }

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

<style>
 span { border-color: #38491D; }

 span { border-color: rgb(56,73,29); }

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