Html Css Color HEX #326041 Goblin

📋 copy color: '#326041'

red 50 ◦ green 96 ◦ blue 65

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

Shades of Goblin #326041

Tints of Goblin #326041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

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

R = 23.7%
G = 45.5%
B = 30.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#326041 (or 0x326041) is known color: Goblin. HEX triplet: 32, 60 and 41. RGB value is (50,96,65). Sum of RGB (Red+Green+Blue) = 50+96+65=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #326041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326041 is #CD9FBE. Grayscale: #4E4E4E. Windows color (decimal): -13475775 or 4284466. OLE color: 4284466.

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

Color convert

RGB 50 96 65 -
CMYK 0.48 0 0.32 0.62
HSL 139.57º 0.32% 0.29% -
HSV(B) 139.57º 0.48% 0.38% -
XYZ 6.45 9.43 6.48 -
YUV 78.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 50 96 65 0.48 0 0.32 0.62 139.57 0.32 0.29
Hex 32 60 41 30 0 20 3E 8C 20 1D
Octal 62 140 101 60 0 40 76 214 40 35
Binary 110010 1100000 1000001 110000 0 100000 111110 10001100 100000 11101

Color Harmonies of #326041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326041

Black with #326041

Text Example


Text Example

White with #326041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326041; }

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

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

background-color css

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

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

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

border-color css

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

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

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