#384428

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

Shades of Seaweed #384428

Tints of Seaweed #384428

Color information

#384428 (or 0x384428) is unknown color: approx Seaweed. HEX triplet: 38, 44 and 28. RGB value is (56,68,40). Sum of RGB (Red+Green+Blue) = 56+68+40=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #384428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384428 is #C7BBD7. Grayscale: #3D3D3D. Windows color (decimal): -13089752 or 2638904. OLE color: 2638904.

HSL color Cylindrical-coordinate representation of color #384428: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384428 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB566840-
CMYK0.1800.410.73
HSL85.71º25.93%21.18%-
HSV(B)85.71º41.18%26.67%-
XYZ4.085.132.78-
YUV61.22116.02124.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=34.15%
G=41.46%
B=24.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668400.1800.410.7385.7125.9321.18
Hex3844281202949561a15
Octal7010450220511111263225
Binary1110001000100101000100100101001100100110101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384428; }

 p { color: rgb(56,68,40); }

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

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

 a { background-color: rgb(56,68,40); }

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

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

 span { border-color: rgb(56,68,40); }

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