Html Css Color HEX #325241 Goblin

📋 copy color: '#325241'

red 50 ◦ green 82 ◦ blue 65

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

Shades of Goblin #325241

Tints of Goblin #325241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 25.38%
G = 41.62%
B = 32.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#325241 (or 0x325241) is known color: Goblin. HEX triplet: 32, 52 and 41. RGB value is (50,82,65). Sum of RGB (Red+Green+Blue) = 50+82+65=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #325241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325241 is #CDADBE. Grayscale: #464646. Windows color (decimal): -13479359 or 4280882. OLE color: 4280882.

HSL color Cylindrical-coordinate representation of color #325241: hue angle of 148.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325241 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 65 -
CMYK 0.39 0 0.21 0.68
HSL 148.13º 0.24% 0.26% -
HSV(B) 148.13º 0.39% 0.32% -
XYZ 5.29 7.09 6.09 -
YUV 70.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 50 82 65 0.39 0 0.21 0.68 148.13 0.24 0.26
Hex 32 52 41 27 0 15 44 94 18 1A
Octal 62 122 101 47 0 25 104 224 30 32
Binary 110010 1010010 1000001 100111 0 10101 1000100 10010100 11000 11010

Color Harmonies of #325241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325241

Black with #325241

Text Example


Text Example

White with #325241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325241; }

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

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

background-color css

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

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

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

border-color css

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

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

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