#384B23

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

Shades of Seaweed #384B23

Tints of Seaweed #384B23

Color information

#384B23 (or 0x384B23) is unknown color: approx Seaweed. HEX triplet: 38, 4B and 23. RGB value is (56,75,35). Sum of RGB (Red+Green+Blue) = 56+75+35=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #384B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B23 is #C7B4DC. Grayscale: #404040. Windows color (decimal): -13087965 or 2313016. OLE color: 2313016.

HSL color Cylindrical-coordinate representation of color #384B23: hue angle of 88.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384B23 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB567535-
CMYK0.2500.530.71
HSL88.5º36.36%21.57%-
HSV(B)88.5º53.33%29.41%-
XYZ4.455.992.51-
YUV64.76111.21121.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=33.73%
G=45.18%
B=21.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675350.2500.530.7188.536.3621.57
Hex384B231903547582416
Octal7011343310651071304426
Binary11100010010111000111100101101011000111101100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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