#384B22

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

Shades of Seaweed #384B22

Tints of Seaweed #384B22

Color information

#384B22 (or 0x384B22) is unknown color: approx Seaweed. HEX triplet: 38, 4B and 22. RGB value is (56,75,34). Sum of RGB (Red+Green+Blue) = 56+75+34=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #384B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B22 is #C7B4DD. Grayscale: #404040. Windows color (decimal): -13087966 or 2247480. OLE color: 2247480.

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

Color convert

RGB567534-
CMYK0.2500.550.71
HSL87.8º37.61%21.37%-
HSV(B)87.8º54.67%29.41%-
XYZ4.445.992.44-
YUV64.64110.71121.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=33.94%
G=45.45%
B=20.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675340.2500.550.7187.837.6121.37
Hex384B221903747582615
Octal7011342310671071304625
Binary11100010010111000101100101101111000111101100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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