#325A3E

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

Shades of Goblin #325A3E

Tints of Goblin #325A3E

Color information

#325A3E (or 0x325A3E) is unknown color: approx Goblin. HEX triplet: 32, 5A and 3E. RGB value is (50,90,62). Sum of RGB (Red+Green+Blue) = 50+90+62=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #325A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A3E is #CDA5C1. Grayscale: #4A4A4A. Windows color (decimal): -13477314 or 4086322. OLE color: 4086322.

HSL color Cylindrical-coordinate representation of color #325A3E: hue angle of 138º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A3E is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB509062-
CMYK0.4400.310.65
HSL138º28.57%27.45%-
HSV(B)138º44.44%35.29%-
XYZ5.848.345.86-
YUV74.85120.75110.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=24.75%
G=44.55%
B=30.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090620.4400.310.6513828.5727.45
Hex325A3E2C01F418a1d1b
Octal6213276540371012123533
Binary11001010110101111101011000111111000001100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,62); }

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

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

 a { background-color: rgb(50,90,62); }

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

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

 span { border-color: rgb(50,90,62); }

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