#384228

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

Shades of Seaweed #384228

Tints of Seaweed #384228

Color information

#384228 (or 0x384228) is unknown color: approx Seaweed. HEX triplet: 38, 42 and 28. RGB value is (56,66,40). Sum of RGB (Red+Green+Blue) = 56+66+40=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #384228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384228 is #C7BDD7. Grayscale: #3C3C3C. Windows color (decimal): -13090264 or 2638392. OLE color: 2638392.

HSL color Cylindrical-coordinate representation of color #384228: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384228 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB566640-
CMYK0.1500.390.74
HSL83.08º24.53%20.78%-
HSV(B)83.08º39.39%25.88%-
XYZ3.964.892.74-
YUV60.05116.69125.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=34.57%
G=40.74%
B=24.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666400.1500.390.7483.0824.5320.78
Hex384228F0274A531915
Octal7010250170471121233125
Binary111000100001010100011110100111100101010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384228; }

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

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

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

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

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

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

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

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