#384C23

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

Shades of Seaweed #384C23

Tints of Seaweed #384C23

Color information

#384C23 (or 0x384C23) is unknown color: approx Seaweed. HEX triplet: 38, 4C and 23. RGB value is (56,76,35). Sum of RGB (Red+Green+Blue) = 56+76+35=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #384C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C23 is #C7B3DC. Grayscale: #414141. Windows color (decimal): -13087709 or 2313272. OLE color: 2313272.

HSL color Cylindrical-coordinate representation of color #384C23: hue angle of 89.27º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384C23 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB567635-
CMYK0.2600.540.70
HSL89.27º36.94%21.76%-
HSV(B)89.27º53.95%29.8%-
XYZ4.526.132.54-
YUV65.35110.87121.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=33.53%
G=45.51%
B=20.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676350.2600.540.7089.2736.9421.76
Hex384C231A03646592516
Octal7011443320661061314526
Binary11100010011001000111101001101101000110101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C23; }

 p { color: rgb(56,76,35); }

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

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

 a { background-color: rgb(56,76,35); }

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

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

 span { border-color: rgb(56,76,35); }

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