Html Css Color HEX #325D3F Goblin

📋 copy color: '#325D3F'

red 50 ◦ green 93 ◦ blue 63

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

Shades of Goblin #325D3F

Tints of Goblin #325D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 24.27%
G = 45.15%
B = 30.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#325D3F (or 0x325D3F) is known color: Goblin. HEX triplet: 32, 5D and 3F. RGB value is (50,93,63). Sum of RGB (Red+Green+Blue) = 50+93+63=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #325D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D3F is #CDA2C0. Grayscale: #4C4C4C. Windows color (decimal): -13476545 or 4152626. OLE color: 4152626.

HSL color Cylindrical-coordinate representation of color #325D3F: hue angle of 138.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D3F is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 63 -
CMYK 0.46 0 0.32 0.64
HSL 138.14º 0.3% 0.28% -
HSV(B) 138.14º 0.46% 0.36% -
XYZ 6.13 8.87 6.09 -
YUV 76.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 50 93 63 0.46 0 0.32 0.64 138.14 0.3 0.28
Hex 32 5D 3F 2E 0 20 40 8A 1E 1C
Octal 62 135 77 56 0 40 100 212 36 34
Binary 110010 1011101 111111 101110 0 100000 1000000 10001010 11110 11100

Color Harmonies of #325D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D3F

Black with #325D3F

Text Example


Text Example

White with #325D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,63); }

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

background-color css

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

 a { background-color: rgb(50,93,63); }

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

border-color css

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

 span { border-color: rgb(50,93,63); }

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