#384128

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

Shades of Seaweed #384128

Tints of Seaweed #384128

Color information

#384128 (or 0x384128) is unknown color: approx Seaweed. HEX triplet: 38, 41 and 28. RGB value is (56,65,40). Sum of RGB (Red+Green+Blue) = 56+65+40=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #384128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384128 is #C7BED7. Grayscale: #3B3B3B. Windows color (decimal): -13090520 or 2638136. OLE color: 2638136.

HSL color Cylindrical-coordinate representation of color #384128: hue angle of 81.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384128 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB566540-
CMYK0.1400.380.75
HSL81.6º23.81%20.59%-
HSV(B)81.6º38.46%25.49%-
XYZ3.94.772.72-
YUV59.46117.02125.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=34.78%
G=40.37%
B=24.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665400.1400.380.7581.623.8120.59
Hex384128E0264B521815
Octal7010150160461131223025
Binary111000100000110100011100100110100101110100101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384128; }

 p { color: rgb(56,65,40); }

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

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

 a { background-color: rgb(56,65,40); }

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

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

 span { border-color: rgb(56,65,40); }

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