Html Css Color HEX #325539 Goblin

📋 copy color: '#325539'

red 50 ◦ green 85 ◦ blue 57

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

Shades of Goblin #325539

Tints of Goblin #325539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.69%

R = 26.04%
G = 44.27%
B = 29.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#325539 (or 0x325539) is known color: Goblin. HEX triplet: 32, 55 and 39. RGB value is (50,85,57). Sum of RGB (Red+Green+Blue) = 50+85+57=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #325539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325539 is #CDAAC6. Grayscale: #474747. Windows color (decimal): -13478599 or 3757362. OLE color: 3757362.

HSL color Cylindrical-coordinate representation of color #325539: hue angle of 132º 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 #325539 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 57 -
CMYK 0.41 0 0.33 0.67
HSL 132º 0.26% 0.26% -
HSV(B) 132º 0.41% 0.33% -
XYZ 5.3 7.47 5.03 -
YUV 71.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 50 85 57 0.41 0 0.33 0.67 132 0.26 0.26
Hex 32 55 39 29 0 21 43 84 1A 1A
Octal 62 125 71 51 0 41 103 204 32 32
Binary 110010 1010101 111001 101001 0 100001 1000011 10000100 11010 11010

Color Harmonies of #325539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325539

Black with #325539

Text Example


Text Example

White with #325539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325539; }

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

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

background-color css

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

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

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

border-color css

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

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

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