Html Css Color HEX #325F40 Goblin

📋 copy color: '#325F40'

red 50 ◦ green 95 ◦ blue 64

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

Shades of Goblin #325F40

Tints of Goblin #325F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.45%

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

R = 23.92%
G = 45.45%
B = 30.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#325F40 (or 0x325F40) is known color: Goblin. HEX triplet: 32, 5F and 40. RGB value is (50,95,64). Sum of RGB (Red+Green+Blue) = 50+95+64=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #325F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F40 is #CDA0BF. Grayscale: #4E4E4E. Windows color (decimal): -13476032 or 4218674. OLE color: 4218674.

HSL color Cylindrical-coordinate representation of color #325F40: hue angle of 138.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F40 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 95 64 -
CMYK 0.47 0 0.33 0.63
HSL 138.67º 0.31% 0.28% -
HSV(B) 138.67º 0.47% 0.37% -
XYZ 6.33 9.23 6.3 -
YUV 78.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 50 95 64 0.47 0 0.33 0.63 138.67 0.31 0.28
Hex 32 5F 40 2F 0 21 3F 8B 1F 1C
Octal 62 137 100 57 0 41 77 213 37 34
Binary 110010 1011111 1000000 101111 0 100001 111111 10001011 11111 11100

Color Harmonies of #325F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F40

Black with #325F40

Text Example


Text Example

White with #325F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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