#384824

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

Shades of Seaweed #384824

Tints of Seaweed #384824

Color information

#384824 (or 0x384824) is unknown color: approx Seaweed. HEX triplet: 38, 48 and 24. RGB value is (56,72,36). Sum of RGB (Red+Green+Blue) = 56+72+36=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #384824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384824 is #C7B7DB. Grayscale: #3F3F3F. Windows color (decimal): -13088732 or 2377784. OLE color: 2377784.

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

Color convert

RGB567236-
CMYK0.2200.50.72
HSL86.67º33.33%21.18%-
HSV(B)86.67º50%28.24%-
XYZ4.275.62.53-
YUV63.11112.7122.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=34.15%
G=43.90%
B=21.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672360.2200.50.7286.6733.3321.18
Hex3848241603248572115
Octal7011044260621101274125
Binary11100010010001001001011001100101001000101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384824; }

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

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

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

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

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

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

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

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