Html Css Color HEX #325E42 Goblin

📋 copy color: '#325E42'

red 50 ◦ green 94 ◦ blue 66

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

Shades of Goblin #325E42

Tints of Goblin #325E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.76%

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

R = 23.81%
G = 44.76%
B = 31.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#325E42 (or 0x325E42) is known color: Goblin. HEX triplet: 32, 5E and 42. RGB value is (50,94,66). Sum of RGB (Red+Green+Blue) = 50+94+66=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #325E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E42 is #CDA1BD. Grayscale: #4D4D4D. Windows color (decimal): -13476286 or 4349490. OLE color: 4349490.

HSL color Cylindrical-coordinate representation of color #325E42: hue angle of 141.82º 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 #325E42 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 66 -
CMYK 0.47 0 0.30 0.63
HSL 141.82º 0.31% 0.28% -
HSV(B) 141.82º 0.47% 0.37% -
XYZ 6.3 9.08 6.57 -
YUV 77.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 50 94 66 0.47 0 0.30 0.63 141.82 0.31 0.28
Hex 32 5E 42 2F 0 1E 3F 8E 1F 1C
Octal 62 136 102 57 0 36 77 216 37 34
Binary 110010 1011110 1000010 101111 0 11110 111111 10001110 11111 11100

Color Harmonies of #325E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E42

Black with #325E42

Text Example


Text Example

White with #325E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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