Html Css Color HEX #325741 Goblin

📋 copy color: '#325741'

red 50 ◦ green 87 ◦ blue 65

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

Shades of Goblin #325741

Tints of Goblin #325741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

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

R = 24.75%
G = 43.07%
B = 32.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#325741 (or 0x325741) is known color: Goblin. HEX triplet: 32, 57 and 41. RGB value is (50,87,65). Sum of RGB (Red+Green+Blue) = 50+87+65=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #325741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325741 is #CDA8BE. Grayscale: #494949. Windows color (decimal): -13478079 or 4282162. OLE color: 4282162.

HSL color Cylindrical-coordinate representation of color #325741: hue angle of 144.32º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325741 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 65 -
CMYK 0.43 0 0.25 0.66
HSL 144.32º 0.27% 0.27% -
HSV(B) 144.32º 0.43% 0.34% -
XYZ 5.68 7.88 6.22 -
YUV 73.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 50 87 65 0.43 0 0.25 0.66 144.32 0.27 0.27
Hex 32 57 41 2B 0 19 42 90 1B 1B
Octal 62 127 101 53 0 31 102 220 33 33
Binary 110010 1010111 1000001 101011 0 11001 1000010 10010000 11011 11011

Color Harmonies of #325741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325741

Black with #325741

Text Example


Text Example

White with #325741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325741; }

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

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

background-color css

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

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

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

border-color css

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

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

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