Html Css Color HEX #376246 Goblin

📋 copy color: '#376246'

red 55 ◦ green 98 ◦ blue 70

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

Shades of Goblin #376246

Tints of Goblin #376246

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

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

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 24.66%
G = 43.95%
B = 31.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#376246 (or 0x376246) is known color: Goblin. HEX triplet: 37, 62 and 46. RGB value is (55,98,70). Sum of RGB (Red+Green+Blue) = 55+98+70=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #376246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376246 is #C89DB9. Grayscale: #525252. Windows color (decimal): -13147578 or 4612663. OLE color: 4612663.

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

Color convert

RGB 55 98 70 -
CMYK 0.44 0 0.29 0.62
HSL 140.93º 0.28% 0.3% -
HSV(B) 140.93º 0.44% 0.38% -
XYZ 7.05 9.99 7.35 -
YUV 81.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 55 98 70 0.44 0 0.29 0.62 140.93 0.28 0.3
Hex 37 62 46 2C 0 1D 3E 8D 1C 1E
Octal 67 142 106 54 0 35 76 215 34 36
Binary 110111 1100010 1000110 101100 0 11101 111110 10001101 11100 11110

Color Harmonies of #376246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376246

Black with #376246

Text Example


Text Example

White with #376246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376246; }

 p { color: rgb(55,98,70); }

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

background-color css

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

 a { background-color: rgb(55,98,70); }

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

border-color css

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

 span { border-color: rgb(55,98,70); }

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