Html Css Color HEX #325442 Goblin

📋 copy color: '#325442'

red 50 ◦ green 84 ◦ blue 66

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

Shades of Goblin #325442

Tints of Goblin #325442

RGB

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

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

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

R = 25%
G = 42%
B = 33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#325442 (or 0x325442) is known color: Goblin. HEX triplet: 32, 54 and 42. RGB value is (50,84,66). Sum of RGB (Red+Green+Blue) = 50+84+66=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #325442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325442 is #CDABBD. Grayscale: #474747. Windows color (decimal): -13478846 or 4346930. OLE color: 4346930.

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

Color convert

RGB 50 84 66 -
CMYK 0.40 0 0.21 0.67
HSL 148.24º 0.25% 0.26% -
HSV(B) 148.24º 0.4% 0.33% -
XYZ 5.47 7.41 6.3 -
YUV 71.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 50 84 66 0.40 0 0.21 0.67 148.24 0.25 0.26
Hex 32 54 42 28 0 15 43 94 19 1A
Octal 62 124 102 50 0 25 103 224 31 32
Binary 110010 1010100 1000010 101000 0 10101 1000011 10010100 11001 11010

Color Harmonies of #325442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325442

Black with #325442

Text Example


Text Example

White with #325442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325442; }

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

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

background-color css

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

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

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

border-color css

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

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

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