Html Css Color HEX #376144 Goblin

📋 copy color: '#376144'

red 55 ◦ green 97 ◦ blue 68

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

Shades of Goblin #376144

Tints of Goblin #376144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 25%
G = 44.09%
B = 30.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#376144 (or 0x376144) is known color: Goblin. HEX triplet: 37, 61 and 44. RGB value is (55,97,68). Sum of RGB (Red+Green+Blue) = 55+97+68=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #376144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376144 is #C89EBB. Grayscale: #515151. Windows color (decimal): -13147836 or 4481335. OLE color: 4481335.

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

Color convert

RGB 55 97 68 -
CMYK 0.43 0 0.30 0.62
HSL 138.57º 0.28% 0.3% -
HSV(B) 138.57º 0.43% 0.38% -
XYZ 6.89 9.78 6.99 -
YUV 81.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 55 97 68 0.43 0 0.30 0.62 138.57 0.28 0.3
Hex 37 61 44 2B 0 1E 3E 8B 1C 1E
Octal 67 141 104 53 0 36 76 213 34 36
Binary 110111 1100001 1000100 101011 0 11110 111110 10001011 11100 11110

Color Harmonies of #376144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376144

Black with #376144

Text Example


Text Example

White with #376144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376144; }

 p { color: rgb(55,97,68); }

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

background-color css

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

 a { background-color: rgb(55,97,68); }

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

border-color css

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

 span { border-color: rgb(55,97,68); }

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