#39422D

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

Shades of Seaweed #39422D

Tints of Seaweed #39422D

Color information

#39422D (or 0x39422D) is unknown color: approx Seaweed. HEX triplet: 39, 42 and 2D. RGB value is (57,66,45). Sum of RGB (Red+Green+Blue) = 57+66+45=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #39422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39422D is #C6BDD2. Grayscale: #3C3C3C. Windows color (decimal): -13024723 or 2966073. OLE color: 2966073.

HSL color Cylindrical-coordinate representation of color #39422D: hue angle of 85.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #39422D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB576645-
CMYK0.1400.320.74
HSL85.71º18.92%21.76%-
HSV(B)85.71º31.82%25.88%-
XYZ4.114.963.22-
YUV60.92119.02125.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=33.93%
G=39.29%
B=26.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766450.1400.320.7485.7118.9221.76
Hex39422DE0204A561316
Octal7110255160401121262326
Binary111001100001010110111100100000100101010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,66,45); }

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

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

 a { background-color: rgb(57,66,45); }

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

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

 span { border-color: rgb(57,66,45); }

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