Html Css Color HEX #325541 Goblin

📋 copy color: '#325541'

red 50 ◦ green 85 ◦ blue 65

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

Shades of Goblin #325541

Tints of Goblin #325541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 25%
G = 42.5%
B = 32.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#325541 (or 0x325541) is known color: Goblin. HEX triplet: 32, 55 and 41. RGB value is (50,85,65). Sum of RGB (Red+Green+Blue) = 50+85+65=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #325541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325541 is #CDAABE. Grayscale: #484848. Windows color (decimal): -13478591 or 4281650. OLE color: 4281650.

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

Color convert

RGB 50 85 65 -
CMYK 0.41 0 0.24 0.67
HSL 145.71º 0.26% 0.26% -
HSV(B) 145.71º 0.41% 0.33% -
XYZ 5.52 7.56 6.17 -
YUV 72.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 50 85 65 0.41 0 0.24 0.67 145.71 0.26 0.26
Hex 32 55 41 29 0 18 43 92 1A 1A
Octal 62 125 101 51 0 30 103 222 32 32
Binary 110010 1010101 1000001 101001 0 11000 1000011 10010010 11010 11010

Color Harmonies of #325541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325541

Black with #325541

Text Example


Text Example

White with #325541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325541; }

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

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

background-color css

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

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

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

border-color css

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

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

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