#384825

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

Shades of Seaweed #384825

Tints of Seaweed #384825

Color information

#384825 (or 0x384825) is unknown color: approx Seaweed. HEX triplet: 38, 48 and 25. RGB value is (56,72,37). Sum of RGB (Red+Green+Blue) = 56+72+37=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #384825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384825 is #C7B7DA. Grayscale: #3F3F3F. Windows color (decimal): -13088731 or 2443320. OLE color: 2443320.

HSL color Cylindrical-coordinate representation of color #384825: hue angle of 87.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384825 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB567237-
CMYK0.2200.490.72
HSL87.43º32.11%21.37%-
HSV(B)87.43º48.61%28.24%-
XYZ4.285.612.61-
YUV63.23113.2122.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=33.94%
G=43.64%
B=22.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672370.2200.490.7287.4332.1121.37
Hex3848251603148572015
Octal7011045260611101274025
Binary11100010010001001011011001100011001000101011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384825; }

 p { color: rgb(56,72,37); }

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

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

 a { background-color: rgb(56,72,37); }

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

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

 span { border-color: rgb(56,72,37); }

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