Html Css Color HEX #325941 Goblin

📋 copy color: '#325941'

red 50 ◦ green 89 ◦ blue 65

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

Shades of Goblin #325941

Tints of Goblin #325941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 24.51%
G = 43.63%
B = 31.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#325941 (or 0x325941) is known color: Goblin. HEX triplet: 32, 59 and 41. RGB value is (50,89,65). Sum of RGB (Red+Green+Blue) = 50+89+65=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #325941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325941 is #CDA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13477567 or 4282674. OLE color: 4282674.

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

Color convert

RGB 50 89 65 -
CMYK 0.44 0 0.27 0.65
HSL 143.08º 0.28% 0.27% -
HSV(B) 143.08º 0.44% 0.35% -
XYZ 5.84 8.2 6.28 -
YUV 74.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 50 89 65 0.44 0 0.27 0.65 143.08 0.28 0.27
Hex 32 59 41 2C 0 1B 41 8F 1C 1B
Octal 62 131 101 54 0 33 101 217 34 33
Binary 110010 1011001 1000001 101100 0 11011 1000001 10001111 11100 11011

Color Harmonies of #325941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325941

Black with #325941

Text Example


Text Example

White with #325941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325941; }

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

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

background-color css

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

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

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

border-color css

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

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

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