#325841

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

Shades of Goblin #325841

Tints of Goblin #325841

Color information

#325841 (or 0x325841) is unknown color: approx Goblin. HEX triplet: 32, 58 and 41. RGB value is (50,88,65). Sum of RGB (Red+Green+Blue) = 50+88+65=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #325841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325841 is #CDA7BE. Grayscale: #4A4A4A. Windows color (decimal): -13477823 or 4282418. OLE color: 4282418.

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

Color convert

RGB508865-
CMYK0.4300.260.65
HSL143.68º27.54%27.06%-
HSV(B)143.68º43.18%34.51%-
XYZ5.768.046.25-
YUV74.02122.91110.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=24.63%
G=43.35%
B=32.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088650.4300.260.65143.6827.5427.06
Hex3258412B01A41901c1b
Octal62130101530321012203433
Binary110010101100010000011010110110101000001100100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325841; }

 p { color: rgb(50,88,65); }

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

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

 a { background-color: rgb(50,88,65); }

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

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

 span { border-color: rgb(50,88,65); }

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