Html Css Color HEX #325840 Goblin

📋 copy color: '#325840'

red 50 ◦ green 88 ◦ blue 64

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

Shades of Goblin #325840

Tints of Goblin #325840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 24.75%
G = 43.56%
B = 31.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#325840 (or 0x325840) is known color: Goblin. HEX triplet: 32, 58 and 40. RGB value is (50,88,64). Sum of RGB (Red+Green+Blue) = 50+88+64=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #325840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325840 is #CDA7BF. Grayscale: #494949. Windows color (decimal): -13477824 or 4216882. OLE color: 4216882.

HSL color Cylindrical-coordinate representation of color #325840: hue angle of 142.11º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325840 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 64 -
CMYK 0.43 0 0.27 0.65
HSL 142.11º 0.28% 0.27% -
HSV(B) 142.11º 0.43% 0.35% -
XYZ 5.73 8.03 6.1 -
YUV 73.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 50 88 64 0.43 0 0.27 0.65 142.11 0.28 0.27
Hex 32 58 40 2B 0 1B 41 8E 1C 1B
Octal 62 130 100 53 0 33 101 216 34 33
Binary 110010 1011000 1000000 101011 0 11011 1000001 10001110 11100 11011

Color Harmonies of #325840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325840

Black with #325840

Text Example


Text Example

White with #325840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325840; }

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

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

background-color css

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

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

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

border-color css

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

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

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