Html Css Color HEX #325A40 Goblin

📋 copy color: '#325A40'

red 50 ◦ green 90 ◦ blue 64

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

Shades of Goblin #325A40

Tints of Goblin #325A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 24.51%
G = 44.12%
B = 31.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#325A40 (or 0x325A40) is known color: Goblin. HEX triplet: 32, 5A and 40. RGB value is (50,90,64). Sum of RGB (Red+Green+Blue) = 50+90+64=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #325A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A40 is #CDA5BF. Grayscale: #4B4B4B. Windows color (decimal): -13477312 or 4217394. OLE color: 4217394.

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

Color convert

RGB 50 90 64 -
CMYK 0.44 0 0.29 0.65
HSL 141º 0.29% 0.27% -
HSV(B) 141º 0.44% 0.35% -
XYZ 5.9 8.36 6.15 -
YUV 75.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 50 90 64 0.44 0 0.29 0.65 141 0.29 0.27
Hex 32 5A 40 2C 0 1D 41 8D 1D 1B
Octal 62 132 100 54 0 35 101 215 35 33
Binary 110010 1011010 1000000 101100 0 11101 1000001 10001101 11101 11011

Color Harmonies of #325A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A40

Black with #325A40

Text Example


Text Example

White with #325A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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