Html Css Color HEX #325E41 Goblin

📋 copy color: '#325E41'

red 50 ◦ green 94 ◦ blue 65

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

Shades of Goblin #325E41

Tints of Goblin #325E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 23.92%
G = 44.98%
B = 31.1%

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

#325E41 (or 0x325E41) is known color: Goblin. HEX triplet: 32, 5E and 41. RGB value is (50,94,65). Sum of RGB (Red+Green+Blue) = 50+94+65=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #325E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E41 is #CDA1BE. Grayscale: #4D4D4D. Windows color (decimal): -13476287 or 4283954. OLE color: 4283954.

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

Color convert

RGB 50 94 65 -
CMYK 0.47 0 0.31 0.63
HSL 140.45º 0.31% 0.28% -
HSV(B) 140.45º 0.47% 0.37% -
XYZ 6.27 9.07 6.42 -
YUV 77.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 50 94 65 0.47 0 0.31 0.63 140.45 0.31 0.28
Hex 32 5E 41 2F 0 1F 3F 8C 1F 1C
Octal 62 136 101 57 0 37 77 214 37 34
Binary 110010 1011110 1000001 101111 0 11111 111111 10001100 11111 11100

Color Harmonies of #325E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E41

Black with #325E41

Text Example


Text Example

White with #325E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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