Html Css Color HEX #375644 Goblin

📋 copy color: '#375644'

red 55 ◦ green 86 ◦ blue 68

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

Shades of Goblin #375644

Tints of Goblin #375644

RGB

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

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

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

R = 26.32%
G = 41.15%
B = 32.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#375644 (or 0x375644) is known color: Goblin. HEX triplet: 37, 56 and 44. RGB value is (55,86,68). Sum of RGB (Red+Green+Blue) = 55+86+68=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #375644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375644 is #C8A9BB. Grayscale: #4A4A4A. Windows color (decimal): -13150652 or 4478519. OLE color: 4478519.

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

Color convert

RGB 55 86 68 -
CMYK 0.36 0 0.21 0.66
HSL 145.16º 0.22% 0.28% -
HSV(B) 145.16º 0.36% 0.34% -
XYZ 5.95 7.89 6.68 -
YUV 74.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 55 86 68 0.36 0 0.21 0.66 145.16 0.22 0.28
Hex 37 56 44 24 0 15 42 91 16 1C
Octal 67 126 104 44 0 25 102 221 26 34
Binary 110111 1010110 1000100 100100 0 10101 1000010 10010001 10110 11100

Color Harmonies of #375644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375644

Black with #375644

Text Example


Text Example

White with #375644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375644; }

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

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

background-color css

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

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

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

border-color css

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

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

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