#325338

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

Shades of Goblin #325338

Tints of Goblin #325338

Color information

#325338 (or 0x325338) is unknown color: approx Goblin. HEX triplet: 32, 53 and 38. RGB value is (50,83,56). Sum of RGB (Red+Green+Blue) = 50+83+56=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #325338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325338 is #CDACC7. Grayscale: #464646. Windows color (decimal): -13479112 or 3691314. OLE color: 3691314.

HSL color Cylindrical-coordinate representation of color #325338: hue angle of 130.91º 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 #325338 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB508356-
CMYK0.4000.330.67
HSL130.91º24.81%26.08%-
HSV(B)130.91º39.76%32.55%-
XYZ5.127.154.85-
YUV70.05120.07113.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=26.46%
G=43.92%
B=29.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083560.4000.330.67130.9124.8126.08
Hex325338280214383191a
Octal6212370500411032033132
Binary110010101001111100010100001000011000011100000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325338; }

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

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

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

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

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

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

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

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