Html Css Color HEX #325441 Goblin

📋 copy color: '#325441'

red 50 ◦ green 84 ◦ blue 65

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

Shades of Goblin #325441

Tints of Goblin #325441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 25.13%
G = 42.21%
B = 32.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#325441 (or 0x325441) is known color: Goblin. HEX triplet: 32, 54 and 41. RGB value is (50,84,65). Sum of RGB (Red+Green+Blue) = 50+84+65=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #325441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325441 is #CDABBE. Grayscale: #474747. Windows color (decimal): -13478847 or 4281394. OLE color: 4281394.

HSL color Cylindrical-coordinate representation of color #325441: hue angle of 146.47º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325441 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 65 -
CMYK 0.40 0 0.23 0.67
HSL 146.47º 0.25% 0.26% -
HSV(B) 146.47º 0.4% 0.33% -
XYZ 5.44 7.4 6.14 -
YUV 71.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 50 84 65 0.40 0 0.23 0.67 146.47 0.25 0.26
Hex 32 54 41 28 0 17 43 92 19 1A
Octal 62 124 101 50 0 27 103 222 31 32
Binary 110010 1010100 1000001 101000 0 10111 1000011 10010010 11001 11010

Color Harmonies of #325441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325441

Black with #325441

Text Example


Text Example

White with #325441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325441; }

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

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

background-color css

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

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

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

border-color css

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

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

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