#384828

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

Shades of Seaweed #384828

Tints of Seaweed #384828

Color information

#384828 (or 0x384828) is unknown color: approx Seaweed. HEX triplet: 38, 48 and 28. RGB value is (56,72,40). Sum of RGB (Red+Green+Blue) = 56+72+40=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #384828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384828 is #C7B7D7. Grayscale: #3F3F3F. Windows color (decimal): -13088728 or 2639928. OLE color: 2639928.

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

Color convert

RGB567240-
CMYK0.2200.440.72
HSL90º28.57%21.96%-
HSV(B)90º44.44%28.24%-
XYZ4.335.632.87-
YUV63.57114.7122.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=33.33%
G=42.86%
B=23.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672400.2200.440.729028.5721.96
Hex3848281602C485a1d16
Octal7011050260541101323526
Binary1110001001000101000101100101100100100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384828; }

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

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

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

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

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

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

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

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