#385220

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

Shades of Seaweed #385220

Tints of Seaweed #385220

Color information

#385220 (or 0x385220) is unknown color: approx Seaweed. HEX triplet: 38, 52 and 20. RGB value is (56,82,32). Sum of RGB (Red+Green+Blue) = 56+82+32=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #385220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385220 is #C7ADDF. Grayscale: #444444. Windows color (decimal): -13086176 or 2118200. OLE color: 2118200.

HSL color Cylindrical-coordinate representation of color #385220: hue angle of 91.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385220 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB568232-
CMYK0.3200.610.68
HSL91.2º43.86%22.35%-
HSV(B)91.2º60.98%32.16%-
XYZ4.916.982.45-
YUV68.53107.39119.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=32.94%
G=48.24%
B=18.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682320.3200.610.6891.243.8622.35
Hex3852202003D445b2c16
Octal7012240400751041335426
Binary111000101001010000010000001111011000100101101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385220; }

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

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

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

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

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

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

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

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