Html Css Color HEX #375640 Goblin

📋 copy color: '#375640'

red 55 ◦ green 86 ◦ blue 64

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

Shades of Goblin #375640

Tints of Goblin #375640

RGB

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

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

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

R = 26.83%
G = 41.95%
B = 31.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#375640 (or 0x375640) is known color: Goblin. HEX triplet: 37, 56 and 40. RGB value is (55,86,64). Sum of RGB (Red+Green+Blue) = 55+86+64=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #375640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375640 is #C8A9BF. Grayscale: #4A4A4A. Windows color (decimal): -13150656 or 4216375. OLE color: 4216375.

HSL color Cylindrical-coordinate representation of color #375640: hue angle of 137.42º 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 #375640 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 64 -
CMYK 0.36 0 0.26 0.66
HSL 137.42º 0.22% 0.28% -
HSV(B) 137.42º 0.36% 0.34% -
XYZ 5.83 7.84 6.06 -
YUV 74.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 55 86 64 0.36 0 0.26 0.66 137.42 0.22 0.28
Hex 37 56 40 24 0 1A 42 89 16 1C
Octal 67 126 100 44 0 32 102 211 26 34
Binary 110111 1010110 1000000 100100 0 11010 1000010 10001001 10110 11100

Color Harmonies of #375640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375640

Black with #375640

Text Example


Text Example

White with #375640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375640; }

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

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

background-color css

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

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

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

border-color css

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

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

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