Html Css Color HEX #325C3F Goblin

📋 copy color: '#325C3F'

red 50 ◦ green 92 ◦ blue 63

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

Shades of Goblin #325C3F

Tints of Goblin #325C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

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

R = 24.39%
G = 44.88%
B = 30.73%

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

#325C3F (or 0x325C3F) is known color: Goblin. HEX triplet: 32, 5C and 3F. RGB value is (50,92,63). Sum of RGB (Red+Green+Blue) = 50+92+63=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #325C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C3F is #CDA3C0. Grayscale: #4C4C4C. Windows color (decimal): -13476801 or 4152370. OLE color: 4152370.

HSL color Cylindrical-coordinate representation of color #325C3F: hue angle of 138.57º 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 #325C3F is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 63 -
CMYK 0.46 0 0.32 0.64
HSL 138.57º 0.3% 0.28% -
HSV(B) 138.57º 0.46% 0.36% -
XYZ 6.04 8.69 6.06 -
YUV 76.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 50 92 63 0.46 0 0.32 0.64 138.57 0.3 0.28
Hex 32 5C 3F 2E 0 20 40 8B 1E 1C
Octal 62 134 77 56 0 40 100 213 36 34
Binary 110010 1011100 111111 101110 0 100000 1000000 10001011 11110 11100

Color Harmonies of #325C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C3F

Black with #325C3F

Text Example


Text Example

White with #325C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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