Html Css Color HEX #325841 Goblin

📋 copy color: '#325841'

red 50 ◦ green 88 ◦ blue 65

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

Shades of Goblin #325841

Tints of Goblin #325841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 24.63%
G = 43.35%
B = 32.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#325841 (or 0x325841) is known color: Goblin. HEX triplet: 32, 58 and 41. RGB value is (50,88,65). Sum of RGB (Red+Green+Blue) = 50+88+65=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #325841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325841 is #CDA7BE. Grayscale: #4A4A4A. Windows color (decimal): -13477823 or 4282418. OLE color: 4282418.

HSL color Cylindrical-coordinate representation of color #325841: hue angle of 143.68º 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 #325841 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 65 -
CMYK 0.43 0 0.26 0.65
HSL 143.68º 0.28% 0.27% -
HSV(B) 143.68º 0.43% 0.35% -
XYZ 5.76 8.04 6.25 -
YUV 74.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 50 88 65 0.43 0 0.26 0.65 143.68 0.28 0.27
Hex 32 58 41 2B 0 1A 41 90 1C 1B
Octal 62 130 101 53 0 32 101 220 34 33
Binary 110010 1011000 1000001 101011 0 11010 1000001 10010000 11100 11011

Color Harmonies of #325841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325841

Black with #325841

Text Example


Text Example

White with #325841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325841; }

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

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

background-color css

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

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

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

border-color css

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

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

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