#383D32

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

Shades of Seaweed #383D32

Tints of Seaweed #383D32

Color information

#383D32 (or 0x383D32) is unknown color: approx Seaweed. HEX triplet: 38, 3D and 32. RGB value is (56,61,50). Sum of RGB (Red+Green+Blue) = 56+61+50=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #383D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D32 is #C7C2CD. Grayscale: #3A3A3A. Windows color (decimal): -13091534 or 3292472. OLE color: 3292472.

HSL color Cylindrical-coordinate representation of color #383D32: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383D32 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB566150-
CMYK0.0800.180.76
HSL87.27º9.91%21.76%-
HSV(B)87.27º18.03%23.92%-
XYZ3.884.413.66-
YUV58.25123.34126.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=33.53%
G=36.53%
B=29.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661500.0800.180.7687.279.9121.76
Hex383D3280124C57a16
Octal707562100221141271226
Binary111000111101110010100001001010011001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383D32; }

 p { color: rgb(56,61,50); }

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

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

 a { background-color: rgb(56,61,50); }

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

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

 span { border-color: rgb(56,61,50); }

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