Html Css Color HEX #325A41 Goblin

📋 copy color: '#325A41'

red 50 ◦ green 90 ◦ blue 65

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

Shades of Goblin #325A41

Tints of Goblin #325A41

RGB

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

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

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

R = 24.39%
G = 43.9%
B = 31.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#325A41 (or 0x325A41) is known color: Goblin. HEX triplet: 32, 5A and 41. RGB value is (50,90,65). Sum of RGB (Red+Green+Blue) = 50+90+65=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #325A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A41 is #CDA5BE. Grayscale: #4B4B4B. Windows color (decimal): -13477311 or 4282930. OLE color: 4282930.

HSL color Cylindrical-coordinate representation of color #325A41: hue angle of 142.5º 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 #325A41 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 65 -
CMYK 0.44 0 0.28 0.65
HSL 142.5º 0.29% 0.27% -
HSV(B) 142.5º 0.44% 0.35% -
XYZ 5.93 8.37 6.3 -
YUV 75.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 50 90 65 0.44 0 0.28 0.65 142.5 0.29 0.27
Hex 32 5A 41 2C 0 1C 41 8E 1D 1B
Octal 62 132 101 54 0 34 101 216 35 33
Binary 110010 1011010 1000001 101100 0 11100 1000001 10001110 11101 11011

Color Harmonies of #325A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A41

Black with #325A41

Text Example


Text Example

White with #325A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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