#325943

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

Shades of Goblin #325943

Tints of Goblin #325943

Color information

#325943 (or 0x325943) is unknown color: approx Goblin. HEX triplet: 32, 59 and 43. RGB value is (50,89,67). Sum of RGB (Red+Green+Blue) = 50+89+67=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #325943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325943 is #CDA6BC. Grayscale: #4A4A4A. Windows color (decimal): -13477565 or 4413746. OLE color: 4413746.

HSL color Cylindrical-coordinate representation of color #325943: hue angle of 146.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325943 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB508967-
CMYK0.4400.250.65
HSL146.15º28.06%27.25%-
HSV(B)146.15º43.82%34.9%-
XYZ5.98.236.59-
YUV74.83123.58110.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=24.27%
G=43.20%
B=32.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089670.4400.250.65146.1528.0627.25
Hex3259432C01941921c1b
Octal62131103540311012223433
Binary110010101100110000111011000110011000001100100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325943; }

 p { color: rgb(50,89,67); }

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

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

 a { background-color: rgb(50,89,67); }

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

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

 span { border-color: rgb(50,89,67); }

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