#384528

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

Shades of Seaweed #384528

Tints of Seaweed #384528

Color information

#384528 (or 0x384528) is unknown color: approx Seaweed. HEX triplet: 38, 45 and 28. RGB value is (56,69,40). Sum of RGB (Red+Green+Blue) = 56+69+40=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #384528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384528 is #C7BAD7. Grayscale: #3D3D3D. Windows color (decimal): -13089496 or 2639160. OLE color: 2639160.

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

Color convert

RGB566940-
CMYK0.1900.420.73
HSL86.9º26.61%21.37%-
HSV(B)86.9º42.03%27.06%-
XYZ4.145.252.8-
YUV61.81115.69123.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=33.94%
G=41.82%
B=24.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669400.1900.420.7386.926.6121.37
Hex3845281302A49571b15
Octal7010550230521111273325
Binary1110001000101101000100110101010100100110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384528; }

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

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

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

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

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

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

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

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