#325F40

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

Shades of Goblin #325F40

Tints of Goblin #325F40

Color information

#325F40 (or 0x325F40) is unknown color: approx Goblin. HEX triplet: 32, 5F and 40. RGB value is (50,95,64). Sum of RGB (Red+Green+Blue) = 50+95+64=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #325F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F40 is #CDA0BF. Grayscale: #4E4E4E. Windows color (decimal): -13476032 or 4218674. OLE color: 4218674.

HSL color Cylindrical-coordinate representation of color #325F40: hue angle of 138.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F40 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB509564-
CMYK0.4700.330.63
HSL138.67º31.03%28.43%-
HSV(B)138.67º47.37%37.25%-
XYZ6.339.236.3-
YUV78.01120.09108.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=23.92%
G=45.45%
B=30.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095640.4700.330.63138.6731.0328.43
Hex325F402F0213F8b1f1c
Octal6213710057041772133734
Binary110010101111110000001011110100001111111100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325F40; }

 p { color: rgb(50,95,64); }

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

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

 a { background-color: rgb(50,95,64); }

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

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

 span { border-color: rgb(50,95,64); }

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