Html Css Color HEX #375641 Goblin

📋 copy color: '#375641'

red 55 ◦ green 86 ◦ blue 65

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

Shades of Goblin #375641

Tints of Goblin #375641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 26.7%
G = 41.75%
B = 31.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#375641 (or 0x375641) is known color: Goblin. HEX triplet: 37, 56 and 41. RGB value is (55,86,65). Sum of RGB (Red+Green+Blue) = 55+86+65=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #375641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375641 is #C8A9BE. Grayscale: #4A4A4A. Windows color (decimal): -13150655 or 4281911. OLE color: 4281911.

HSL color Cylindrical-coordinate representation of color #375641: hue angle of 139.35º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375641 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 65 -
CMYK 0.36 0 0.24 0.66
HSL 139.35º 0.22% 0.28% -
HSV(B) 139.35º 0.36% 0.34% -
XYZ 5.86 7.85 6.21 -
YUV 74.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 55 86 65 0.36 0 0.24 0.66 139.35 0.22 0.28
Hex 37 56 41 24 0 18 42 8B 16 1C
Octal 67 126 101 44 0 30 102 213 26 34
Binary 110111 1010110 1000001 100100 0 11000 1000010 10001011 10110 11100

Color Harmonies of #375641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375641

Black with #375641

Text Example


Text Example

White with #375641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375641; }

 p { color: rgb(55,86,65); }

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

background-color css

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

 a { background-color: rgb(55,86,65); }

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

border-color css

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

 span { border-color: rgb(55,86,65); }

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