#384621

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

Shades of Seaweed #384621

Tints of Seaweed #384621

Color information

#384621 (or 0x384621) is unknown color: approx Seaweed. HEX triplet: 38, 46 and 21. RGB value is (56,70,33). Sum of RGB (Red+Green+Blue) = 56+70+33=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #384621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384621 is #C7B9DE. Grayscale: #3D3D3D. Windows color (decimal): -13089247 or 2180664. OLE color: 2180664.

HSL color Cylindrical-coordinate representation of color #384621: hue angle of 82.7º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384621 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB567033-
CMYK0.2000.530.73
HSL82.7º35.92%20.2%-
HSV(B)82.7º52.86%27.45%-
XYZ4.15.332.25-
YUV61.6111.86124.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=35.22%
G=44.03%
B=20.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670330.2000.530.7382.735.9220.2
Hex3846211403549532414
Octal7010641240651111234424
Binary11100010001101000011010001101011001001101001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384621; }

 p { color: rgb(56,70,33); }

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

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

 a { background-color: rgb(56,70,33); }

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

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

 span { border-color: rgb(56,70,33); }

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