#385022

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

Shades of Seaweed #385022

Tints of Seaweed #385022

Color information

#385022 (or 0x385022) is unknown color: approx Seaweed. HEX triplet: 38, 50 and 22. RGB value is (56,80,34). Sum of RGB (Red+Green+Blue) = 56+80+34=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #385022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385022 is #C7AFDD. Grayscale: #434343. Windows color (decimal): -13086686 or 2248760. OLE color: 2248760.

HSL color Cylindrical-coordinate representation of color #385022: hue angle of 91.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385022 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB568034-
CMYK0.3000.580.69
HSL91.3º40.35%22.35%-
HSV(B)91.3º57.5%31.37%-
XYZ4.796.692.55-
YUV67.58109.05119.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 34 (13.67% from 255) = 20%
R=32.94%
G=47.06%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680340.3000.580.6991.340.3522.35
Hex3850221E03A455b2816
Octal7012042360721051335026
Binary11100010100001000101111001110101000101101101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385022; }

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

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

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

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

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

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

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

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