#325339

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

Shades of Goblin #325339

Tints of Goblin #325339

Color information

#325339 (or 0x325339) is unknown color: approx Goblin. HEX triplet: 32, 53 and 39. RGB value is (50,83,57). Sum of RGB (Red+Green+Blue) = 50+83+57=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #325339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325339 is #CDACC6. Grayscale: #464646. Windows color (decimal): -13479111 or 3756850. OLE color: 3756850.

HSL color Cylindrical-coordinate representation of color #325339: hue angle of 132.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325339 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB508357-
CMYK0.4000.310.67
HSL132.73º24.81%26.08%-
HSV(B)132.73º39.76%32.55%-
XYZ5.157.164.98-
YUV70.17120.57113.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 57 (22.66% from 255) = 30%
R=26.32%
G=43.68%
B=30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083570.4000.310.67132.7324.8126.08
Hex3253392801F4385191a
Octal6212371500371032053132
Binary11001010100111110011010000111111000011100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325339; }

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

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

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

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

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

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

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

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