Html Css Color HEX #326142 Goblin

📋 copy color: '#326142'

red 50 ◦ green 97 ◦ blue 66

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

Shades of Goblin #326142

Tints of Goblin #326142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 23.47%
G = 45.54%
B = 30.99%

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

#326142 (or 0x326142) is known color: Goblin. HEX triplet: 32, 61 and 42. RGB value is (50,97,66). Sum of RGB (Red+Green+Blue) = 50+97+66=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #326142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326142 is #CD9EBD. Grayscale: #4F4F4F. Windows color (decimal): -13475518 or 4350258. OLE color: 4350258.

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

Color convert

RGB 50 97 66 -
CMYK 0.48 0 0.32 0.62
HSL 140.43º 0.32% 0.29% -
HSV(B) 140.43º 0.48% 0.38% -
XYZ 6.57 9.62 6.66 -
YUV 79.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 50 97 66 0.48 0 0.32 0.62 140.43 0.32 0.29
Hex 32 61 42 30 0 20 3E 8C 20 1D
Octal 62 141 102 60 0 40 76 214 40 35
Binary 110010 1100001 1000010 110000 0 100000 111110 10001100 100000 11101

Color Harmonies of #326142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326142

Black with #326142

Text Example


Text Example

White with #326142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326142; }

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

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

background-color css

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

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

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

border-color css

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

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

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