#385717

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

Shades of Seaweed #385717

Tints of Seaweed #385717

Color information

#385717 (or 0x385717) is unknown color: approx Seaweed. HEX triplet: 38, 57 and 17. RGB value is (56,87,23). Sum of RGB (Red+Green+Blue) = 56+87+23=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #385717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385717 is #C7A8E8. Grayscale: #464646. Windows color (decimal): -13084905 or 1529656. OLE color: 1529656.

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

Color convert

RGB568723-
CMYK0.3600.740.66
HSL89.06º58.18%21.57%-
HSV(B)89.06º73.56%34.12%-
XYZ5.197.722.03-
YUV70.43101.23117.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=33.73%
G=52.41%
B=13.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687230.3600.740.6689.0658.1821.57
Hex3857172404A42593a16
Octal70127274401121021317226
Binary111000101011110111100100010010101000010101100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385717; }

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

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

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

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

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

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

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

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