Html Css Color HEX #325A42 Goblin

📋 copy color: '#325A42'

red 50 ◦ green 90 ◦ blue 66

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

Shades of Goblin #325A42

Tints of Goblin #325A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

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

R = 24.27%
G = 43.69%
B = 32.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#325A42 (or 0x325A42) is known color: Goblin. HEX triplet: 32, 5A and 42. RGB value is (50,90,66). Sum of RGB (Red+Green+Blue) = 50+90+66=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #325A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A42 is #CDA5BD. Grayscale: #4B4B4B. Windows color (decimal): -13477310 or 4348466. OLE color: 4348466.

HSL color Cylindrical-coordinate representation of color #325A42: hue angle of 144º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A42 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 66 -
CMYK 0.44 0 0.27 0.65
HSL 144º 0.29% 0.27% -
HSV(B) 144º 0.44% 0.35% -
XYZ 5.95 8.38 6.46 -
YUV 75.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 50 90 66 0.44 0 0.27 0.65 144 0.29 0.27
Hex 32 5A 42 2C 0 1B 41 90 1D 1B
Octal 62 132 102 54 0 33 101 220 35 33
Binary 110010 1011010 1000010 101100 0 11011 1000001 10010000 11101 11011

Color Harmonies of #325A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A42

Black with #325A42

Text Example


Text Example

White with #325A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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