#395023

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

Shades of Seaweed #395023

Tints of Seaweed #395023

Color information

#395023 (or 0x395023) is unknown color: approx Seaweed. HEX triplet: 39, 50 and 23. RGB value is (57,80,35). Sum of RGB (Red+Green+Blue) = 57+80+35=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #395023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395023 is #C6AFDC. Grayscale: #444444. Windows color (decimal): -13021149 or 2314297. OLE color: 2314297.

HSL color Cylindrical-coordinate representation of color #395023: hue angle of 90.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395023 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB578035-
CMYK0.2900.560.69
HSL90.67º39.13%22.55%-
HSV(B)90.67º56.25%31.37%-
XYZ4.866.732.63-
YUV67.99109.38120.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=33.14%
G=46.51%
B=20.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780350.2900.560.6990.6739.1322.55
Hex3950231D038455b2717
Octal7112043350701051334727
Binary11100110100001000111110101110001000101101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395023; }

 p { color: rgb(57,80,35); }

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

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

 a { background-color: rgb(57,80,35); }

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

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

 span { border-color: rgb(57,80,35); }

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