Html Css Color HEX #375040 Goblin

📋 copy color: '#375040'

red 55 ◦ green 80 ◦ blue 64

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

Shades of Goblin #375040

Tints of Goblin #375040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 27.64%
G = 40.2%
B = 32.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#375040 (or 0x375040) is known color: Goblin. HEX triplet: 37, 50 and 40. RGB value is (55,80,64). Sum of RGB (Red+Green+Blue) = 55+80+64=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #375040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375040 is #C8AFBF. Grayscale: #464646. Windows color (decimal): -13152192 or 4214839. OLE color: 4214839.

HSL color Cylindrical-coordinate representation of color #375040: hue angle of 141.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375040 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 64 -
CMYK 0.31 0 0.20 0.69
HSL 141.6º 0.19% 0.26% -
HSV(B) 141.6º 0.31% 0.31% -
XYZ 5.37 6.92 5.9 -
YUV 70.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 55 80 64 0.31 0 0.20 0.69 141.6 0.19 0.26
Hex 37 50 40 1F 0 14 45 8E 13 1A
Octal 67 120 100 37 0 24 105 216 23 32
Binary 110111 1010000 1000000 11111 0 10100 1000101 10001110 10011 11010

Color Harmonies of #375040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375040

Black with #375040

Text Example


Text Example

White with #375040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375040; }

 p { color: rgb(55,80,64); }

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

background-color css

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

 a { background-color: rgb(55,80,64); }

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

border-color css

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

 span { border-color: rgb(55,80,64); }

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