#325138

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

Shades of Goblin #325138

Tints of Goblin #325138

Color information

#325138 (or 0x325138) is unknown color: approx Goblin. HEX triplet: 32, 51 and 38. RGB value is (50,81,56). Sum of RGB (Red+Green+Blue) = 50+81+56=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #325138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325138 is #CDAEC7. Grayscale: #444444. Windows color (decimal): -13479624 or 3690802. OLE color: 3690802.

HSL color Cylindrical-coordinate representation of color #325138: hue angle of 131.61º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325138 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB508156-
CMYK0.3800.310.68
HSL131.61º23.66%25.69%-
HSV(B)131.61º38.27%31.76%-
XYZ4.976.854.8-
YUV68.88120.73114.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=26.74%
G=43.32%
B=29.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081560.3800.310.68131.6123.6625.69
Hex3251382601F4484181a
Octal6212170460371042043032
Binary11001010100011110001001100111111000100100001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325138; }

 p { color: rgb(50,81,56); }

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

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

 a { background-color: rgb(50,81,56); }

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

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

 span { border-color: rgb(50,81,56); }

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