#385517

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

Shades of Seaweed #385517

Tints of Seaweed #385517

Color information

#385517 (or 0x385517) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 17. RGB value is (56,85,23). Sum of RGB (Red+Green+Blue) = 56+85+23=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #385517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385517 is #C7AAE8. Grayscale: #454545. Windows color (decimal): -13085417 or 1529144. OLE color: 1529144.

HSL color Cylindrical-coordinate representation of color #385517: hue angle of 88.06º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385517 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB568523-
CMYK0.3400.730.67
HSL88.06º57.41%21.18%-
HSV(B)88.06º72.94%33.33%-
XYZ5.037.41.97-
YUV69.26101.89118.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=34.15%
G=51.83%
B=14.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685230.3400.730.6788.0657.4121.18
Hex3855172204943583915
Octal70125274201111031307125
Binary111000101010110111100010010010011000011101100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385517; }

 p { color: rgb(56,85,23); }

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

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

 a { background-color: rgb(56,85,23); }

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

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

 span { border-color: rgb(56,85,23); }

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