Html Css Color HEX #326042 Goblin

📋 copy color: '#326042'

red 50 ◦ green 96 ◦ blue 66

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

Shades of Goblin #326042

Tints of Goblin #326042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 23.58%
G = 45.28%
B = 31.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#326042 (or 0x326042) is known color: Goblin. HEX triplet: 32, 60 and 42. RGB value is (50,96,66). Sum of RGB (Red+Green+Blue) = 50+96+66=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #326042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326042 is #CD9FBD. Grayscale: #4E4E4E. Windows color (decimal): -13475774 or 4350002. OLE color: 4350002.

HSL color Cylindrical-coordinate representation of color #326042: hue angle of 140.87º 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 #326042 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 96 66 -
CMYK 0.48 0 0.31 0.62
HSL 140.87º 0.32% 0.29% -
HSV(B) 140.87º 0.48% 0.38% -
XYZ 6.48 9.44 6.63 -
YUV 78.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 50 96 66 0.48 0 0.31 0.62 140.87 0.32 0.29
Hex 32 60 42 30 0 1F 3E 8D 20 1D
Octal 62 140 102 60 0 37 76 215 40 35
Binary 110010 1100000 1000010 110000 0 11111 111110 10001101 100000 11101

Color Harmonies of #326042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326042

Black with #326042

Text Example


Text Example

White with #326042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326042; }

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

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

background-color css

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

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

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

border-color css

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

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

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