Html Css Color HEX #325542 Goblin

📋 copy color: '#325542'

red 50 ◦ green 85 ◦ blue 66

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

Shades of Goblin #325542

Tints of Goblin #325542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 24.88%
G = 42.29%
B = 32.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#325542 (or 0x325542) is known color: Goblin. HEX triplet: 32, 55 and 42. RGB value is (50,85,66). Sum of RGB (Red+Green+Blue) = 50+85+66=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #325542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325542 is #CDAABD. Grayscale: #484848. Windows color (decimal): -13478590 or 4347186. OLE color: 4347186.

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

Color convert

RGB 50 85 66 -
CMYK 0.41 0 0.22 0.67
HSL 147.43º 0.26% 0.26% -
HSV(B) 147.43º 0.41% 0.33% -
XYZ 5.55 7.57 6.32 -
YUV 72.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 50 85 66 0.41 0 0.22 0.67 147.43 0.26 0.26
Hex 32 55 42 29 0 16 43 93 1A 1A
Octal 62 125 102 51 0 26 103 223 32 32
Binary 110010 1010101 1000010 101001 0 10110 1000011 10010011 11010 11010

Color Harmonies of #325542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325542

Black with #325542

Text Example


Text Example

White with #325542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325542; }

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

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

background-color css

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

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

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

border-color css

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

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

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