#385319

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

Shades of Seaweed #385319

Tints of Seaweed #385319

Color information

#385319 (or 0x385319) is unknown color: approx Seaweed. HEX triplet: 38, 53 and 19. RGB value is (56,83,25). Sum of RGB (Red+Green+Blue) = 56+83+25=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #385319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385319 is #C7ACE6. Grayscale: #444444. Windows color (decimal): -13085927 or 1659704. OLE color: 1659704.

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

Color convert

RGB568325-
CMYK0.3300.700.67
HSL87.93º53.7%21.18%-
HSV(B)87.93º69.88%32.55%-
XYZ4.97.12.03-
YUV68.32103.55119.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=34.15%
G=50.61%
B=15.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683250.3300.700.6787.9353.721.18
Hex3853192104643583615
Octal70123314101061031306625
Binary111000101001111001100001010001101000011101100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385319; }

 p { color: rgb(56,83,25); }

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

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

 a { background-color: rgb(56,83,25); }

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

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

 span { border-color: rgb(56,83,25); }

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