Html Css Color HEX #325940 Goblin

📋 copy color: '#325940'

red 50 ◦ green 89 ◦ blue 64

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

Shades of Goblin #325940

Tints of Goblin #325940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 24.63%
G = 43.84%
B = 31.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#325940 (or 0x325940) is known color: Goblin. HEX triplet: 32, 59 and 40. RGB value is (50,89,64). Sum of RGB (Red+Green+Blue) = 50+89+64=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #325940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325940 is #CDA6BF. Grayscale: #4A4A4A. Windows color (decimal): -13477568 or 4217138. OLE color: 4217138.

HSL color Cylindrical-coordinate representation of color #325940: hue angle of 141.54º degrees, saturation: 0.28, 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 #325940 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 64 -
CMYK 0.44 0 0.28 0.65
HSL 141.54º 0.28% 0.27% -
HSV(B) 141.54º 0.44% 0.35% -
XYZ 5.81 8.19 6.13 -
YUV 74.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 50 89 64 0.44 0 0.28 0.65 141.54 0.28 0.27
Hex 32 59 40 2C 0 1C 41 8E 1C 1B
Octal 62 131 100 54 0 34 101 216 34 33
Binary 110010 1011001 1000000 101100 0 11100 1000001 10001110 11100 11011

Color Harmonies of #325940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325940

Black with #325940

Text Example


Text Example

White with #325940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325940; }

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

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

background-color css

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

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

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

border-color css

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

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

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