Html Css Color HEX #325A3C Goblin

📋 copy color: '#325A3C'

red 50 ◦ green 90 ◦ blue 60

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

Shades of Goblin #325A3C

Tints of Goblin #325A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30%

R = 25%
G = 45%
B = 30%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#325A3C (or 0x325A3C) is known color: Goblin. HEX triplet: 32, 5A and 3C. RGB value is (50,90,60). Sum of RGB (Red+Green+Blue) = 50+90+60=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #325A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A3C is #CDA5C3. Grayscale: #4A4A4A. Windows color (decimal): -13477316 or 3955250. OLE color: 3955250.

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

Color convert

RGB 50 90 60 -
CMYK 0.44 0 0.33 0.65
HSL 135º 0.29% 0.27% -
HSV(B) 135º 0.44% 0.35% -
XYZ 5.79 8.32 5.58 -
YUV 74.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 50 90 60 0.44 0 0.33 0.65 135 0.29 0.27
Hex 32 5A 3C 2C 0 21 41 87 1D 1B
Octal 62 132 74 54 0 41 101 207 35 33
Binary 110010 1011010 111100 101100 0 100001 1000001 10000111 11101 11011

Color Harmonies of #325A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A3C

Black with #325A3C

Text Example


Text Example

White with #325A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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