#385519

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

Shades of Seaweed #385519

Tints of Seaweed #385519

Color information

#385519 (or 0x385519) is unknown color: approx Seaweed. HEX triplet: 38, 55 and 19. RGB value is (56,85,25). Sum of RGB (Red+Green+Blue) = 56+85+25=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #385519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385519 is #C7AAE6. Grayscale: #454545. Windows color (decimal): -13085415 or 1660216. OLE color: 1660216.

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

Color convert

RGB568525-
CMYK0.3400.710.67
HSL89º54.55%21.57%-
HSV(B)89º70.59%33.33%-
XYZ5.057.412.08-
YUV69.49102.89118.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=33.73%
G=51.20%
B=15.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685250.3400.710.678954.5521.57
Hex3855192204743593716
Octal70125314201071031316726
Binary111000101010111001100010010001111000011101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385519; }

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

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

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

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

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

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

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

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