#385617

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

Shades of Seaweed #385617

Tints of Seaweed #385617

Color information

#385617 (or 0x385617) is unknown color: approx Seaweed. HEX triplet: 38, 56 and 17. RGB value is (56,86,23). Sum of RGB (Red+Green+Blue) = 56+86+23=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #385617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385617 is #C7A9E8. Grayscale: #464646. Windows color (decimal): -13085161 or 1529400. OLE color: 1529400.

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

Color convert

RGB568623-
CMYK0.3500.730.66
HSL88.57º57.8%21.37%-
HSV(B)88.57º73.26%33.73%-
XYZ5.117.562-
YUV69.85101.56118.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=33.94%
G=52.12%
B=13.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686230.3500.730.6688.5757.821.37
Hex3856172304942593a15
Octal70126274301111021317225
Binary111000101011010111100011010010011000010101100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385617; }

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

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

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

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

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

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

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

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