Html Css Color HEX #325141 Goblin

📋 copy color: '#325141'

red 50 ◦ green 81 ◦ blue 65

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

Shades of Goblin #325141

Tints of Goblin #325141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

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

R = 25.51%
G = 41.33%
B = 33.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#325141 (or 0x325141) is known color: Goblin. HEX triplet: 32, 51 and 41. RGB value is (50,81,65). Sum of RGB (Red+Green+Blue) = 50+81+65=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #325141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325141 is #CDAEBE. Grayscale: #454545. Windows color (decimal): -13479615 or 4280626. OLE color: 4280626.

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

Color convert

RGB 50 81 65 -
CMYK 0.38 0 0.20 0.68
HSL 149.03º 0.24% 0.26% -
HSV(B) 149.03º 0.38% 0.32% -
XYZ 5.21 6.94 6.07 -
YUV 69.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 50 81 65 0.38 0 0.20 0.68 149.03 0.24 0.26
Hex 32 51 41 26 0 14 44 95 18 1A
Octal 62 121 101 46 0 24 104 225 30 32
Binary 110010 1010001 1000001 100110 0 10100 1000100 10010101 11000 11010

Color Harmonies of #325141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325141

Black with #325141

Text Example


Text Example

White with #325141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325141; }

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

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

background-color css

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

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

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

border-color css

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

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

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