#384B20

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

Shades of Seaweed #384B20

Tints of Seaweed #384B20

Color information

#384B20 (or 0x384B20) is unknown color: approx Seaweed. HEX triplet: 38, 4B and 20. RGB value is (56,75,32). Sum of RGB (Red+Green+Blue) = 56+75+32=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #384B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B20 is #C7B4DF. Grayscale: #404040. Windows color (decimal): -13087968 or 2116408. OLE color: 2116408.

HSL color Cylindrical-coordinate representation of color #384B20: hue angle of 86.51º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384B20 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB567532-
CMYK0.2500.570.71
HSL86.51º40.19%20.98%-
HSV(B)86.51º57.33%29.41%-
XYZ4.415.982.29-
YUV64.42109.71122-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=34.36%
G=46.01%
B=19.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675320.2500.570.7186.5140.1920.98
Hex384B201903947572815
Octal7011340310711071275025
Binary11100010010111000001100101110011000111101011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384B20; }

 p { color: rgb(56,75,32); }

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

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

 a { background-color: rgb(56,75,32); }

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

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

 span { border-color: rgb(56,75,32); }

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