#325741

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

Shades of Goblin #325741

Tints of Goblin #325741

Color information

#325741 (or 0x325741) is unknown color: approx Goblin. HEX triplet: 32, 57 and 41. RGB value is (50,87,65). Sum of RGB (Red+Green+Blue) = 50+87+65=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #325741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325741 is #CDA8BE. Grayscale: #494949. Windows color (decimal): -13478079 or 4282162. OLE color: 4282162.

HSL color Cylindrical-coordinate representation of color #325741: hue angle of 144.32º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325741 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB508765-
CMYK0.4300.250.66
HSL144.32º27.01%26.86%-
HSV(B)144.32º42.53%34.12%-
XYZ5.687.886.22-
YUV73.43123.24111.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=24.75%
G=43.07%
B=32.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087650.4300.250.66144.3227.0126.86
Hex3257412B01942901b1b
Octal62127101530311022203333
Binary110010101011110000011010110110011000010100100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325741; }

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

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

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

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

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

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

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

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