Html Css Color HEX #326241 Goblin

📋 copy color: '#326241'

red 50 ◦ green 98 ◦ blue 65

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

Shades of Goblin #326241

Tints of Goblin #326241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 23.47%
G = 46.01%
B = 30.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#326241 (or 0x326241) is known color: Goblin. HEX triplet: 32, 62 and 41. RGB value is (50,98,65). Sum of RGB (Red+Green+Blue) = 50+98+65=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #326241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326241 is #CD9DBE. Grayscale: #4F4F4F. Windows color (decimal): -13475263 or 4284978. OLE color: 4284978.

HSL color Cylindrical-coordinate representation of color #326241: hue angle of 138.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326241 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 65 -
CMYK 0.49 0 0.34 0.62
HSL 138.75º 0.32% 0.29% -
HSV(B) 138.75º 0.49% 0.38% -
XYZ 6.64 9.8 6.54 -
YUV 79.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 50 98 65 0.49 0 0.34 0.62 138.75 0.32 0.29
Hex 32 62 41 31 0 22 3E 8B 20 1D
Octal 62 142 101 61 0 42 76 213 40 35
Binary 110010 1100010 1000001 110001 0 100010 111110 10001011 100000 11101

Color Harmonies of #326241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326241

Black with #326241

Text Example


Text Example

White with #326241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326241; }

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

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

background-color css

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

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

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

border-color css

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

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

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