#325D42

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

Shades of Goblin #325D42

Tints of Goblin #325D42

Color information

#325D42 (or 0x325D42) is unknown color: approx Goblin. HEX triplet: 32, 5D and 42. RGB value is (50,93,66). Sum of RGB (Red+Green+Blue) = 50+93+66=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #325D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D42 is #CDA2BD. Grayscale: #4D4D4D. Windows color (decimal): -13476542 or 4349234. OLE color: 4349234.

HSL color Cylindrical-coordinate representation of color #325D42: hue angle of 142.33º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D42 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB509366-
CMYK0.4600.290.64
HSL142.33º30.07%28.04%-
HSV(B)142.33º46.24%36.47%-
XYZ6.218.96.54-
YUV77.06121.75108.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=23.92%
G=44.50%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093660.4600.290.64142.3330.0728.04
Hex325D422E01D408e1e1c
Octal62135102560351002163634
Binary110010101110110000101011100111011000000100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,66); }

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

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

 a { background-color: rgb(50,93,66); }

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

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

 span { border-color: rgb(50,93,66); }

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