Html Css Color HEX #325040 Goblin

📋 copy color: '#325040'

red 50 ◦ green 80 ◦ blue 64

#325040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #325040

Tints of Goblin #325040

RGB

 RED value IS 50 (19.92% from 255) = 25.77%

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 25.77%
G = 41.24%
B = 32.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#325040 (or 0x325040) is known color: Goblin. HEX triplet: 32, 50 and 40. RGB value is (50,80,64). Sum of RGB (Red+Green+Blue) = 50+80+64=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #325040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325040 is #CDAFBF. Grayscale: #454545. Windows color (decimal): -13479872 or 4214834. OLE color: 4214834.

HSL color Cylindrical-coordinate representation of color #325040: hue angle of 148º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325040 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 64 -
CMYK 0.37 0 0.20 0.69
HSL 148º 0.23% 0.25% -
HSV(B) 148º 0.38% 0.31% -
XYZ 5.11 6.79 5.89 -
YUV 69.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 50 80 64 0.37 0 0.20 0.69 148 0.23 0.25
Hex 32 50 40 25 0 14 45 94 17 19
Octal 62 120 100 45 0 24 105 224 27 31
Binary 110010 1010000 1000000 100101 0 10100 1000101 10010100 10111 11001

Color Harmonies of #325040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325040

Black with #325040

Text Example


Text Example

White with #325040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325040; }

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

 H1.HeaderClassName
 {
   color: #325040;
 }
 .AnyTagClassName
 {
   color: #325040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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