#384424

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

Shades of Seaweed #384424

Tints of Seaweed #384424

Color information

#384424 (or 0x384424) is unknown color: approx Seaweed. HEX triplet: 38, 44 and 24. RGB value is (56,68,36). Sum of RGB (Red+Green+Blue) = 56+68+36=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #384424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384424 is #C7BBDB. Grayscale: #3C3C3C. Windows color (decimal): -13089756 or 2376760. OLE color: 2376760.

HSL color Cylindrical-coordinate representation of color #384424: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384424 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB566836-
CMYK0.1800.470.73
HSL82.5º30.77%20.39%-
HSV(B)82.5º47.06%26.67%-
XYZ4.025.12.44-
YUV60.76114.02124.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=35%
G=42.5%
B=22.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668360.1800.470.7382.530.7720.39
Hex3844241202F49521f14
Octal7010444220571111223724
Binary1110001000100100100100100101111100100110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384424; }

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

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

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

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

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

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

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

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