#325039

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

Shades of Goblin #325039

Tints of Goblin #325039

Color information

#325039 (or 0x325039) is unknown color: approx Goblin. HEX triplet: 32, 50 and 39. RGB value is (50,80,57). Sum of RGB (Red+Green+Blue) = 50+80+57=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #325039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325039 is #CDAFC6. Grayscale: #444444. Windows color (decimal): -13479879 or 3756082. OLE color: 3756082.

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

Color convert

RGB508057-
CMYK0.3700.290.69
HSL134º23.08%25.49%-
HSV(B)134º37.5%31.37%-
XYZ4.926.714.91-
YUV68.41121.56114.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=26.74%
G=42.78%
B=30.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080570.3700.290.6913423.0825.49
Hex3250392501D45861719
Octal6212071450351052062731
Binary11001010100001110011001010111011000101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325039; }

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

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

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

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

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

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

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

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