Html Css Color HEX #325038 Goblin

📋 copy color: '#325038'

red 50 ◦ green 80 ◦ blue 56

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

Shades of Goblin #325038

Tints of Goblin #325038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 56 (22.27% from 255) = 30.11%

R = 26.88%
G = 43.01%
B = 30.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#325038 (or 0x325038) is known color: Goblin. HEX triplet: 32, 50 and 38. RGB value is (50,80,56). Sum of RGB (Red+Green+Blue) = 50+80+56=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #325038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325038 is #CDAFC7. Grayscale: #444444. Windows color (decimal): -13479880 or 3690546. OLE color: 3690546.

HSL color Cylindrical-coordinate representation of color #325038: hue angle of 132º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325038 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 56 -
CMYK 0.37 0 0.30 0.69
HSL 132º 0.23% 0.25% -
HSV(B) 132º 0.38% 0.31% -
XYZ 4.9 6.7 4.78 -
YUV 68.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 50 80 56 0.37 0 0.30 0.69 132 0.23 0.25
Hex 32 50 38 25 0 1E 45 84 17 19
Octal 62 120 70 45 0 36 105 204 27 31
Binary 110010 1010000 111000 100101 0 11110 1000101 10000100 10111 11001

Color Harmonies of #325038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325038

Black with #325038

Text Example


Text Example

White with #325038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325038; }

 p { color: rgb(50,80,56); }

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

background-color css

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

 a { background-color: rgb(50,80,56); }

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

border-color css

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

 span { border-color: rgb(50,80,56); }

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