Html Css Color HEX #325F42 Goblin

📋 copy color: '#325F42'

red 50 ◦ green 95 ◦ blue 66

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

Shades of Goblin #325F42

Tints of Goblin #325F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

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

R = 23.7%
G = 45.02%
B = 31.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#325F42 (or 0x325F42) is known color: Goblin. HEX triplet: 32, 5F and 42. RGB value is (50,95,66). Sum of RGB (Red+Green+Blue) = 50+95+66=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #325F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F42 is #CDA0BD. Grayscale: #4E4E4E. Windows color (decimal): -13476030 or 4349746. OLE color: 4349746.

HSL color Cylindrical-coordinate representation of color #325F42: hue angle of 141.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F42 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 95 66 -
CMYK 0.47 0 0.31 0.63
HSL 141.33º 0.31% 0.28% -
HSV(B) 141.33º 0.47% 0.37% -
XYZ 6.39 9.26 6.6 -
YUV 78.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 50 95 66 0.47 0 0.31 0.63 141.33 0.31 0.28
Hex 32 5F 42 2F 0 1F 3F 8D 1F 1C
Octal 62 137 102 57 0 37 77 215 37 34
Binary 110010 1011111 1000010 101111 0 11111 111111 10001101 11111 11100

Color Harmonies of #325F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F42

Black with #325F42

Text Example


Text Example

White with #325F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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