Html Css Color HEX #375941 Goblin

📋 copy color: '#375941'

red 55 ◦ green 89 ◦ blue 65

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

Shades of Goblin #375941

Tints of Goblin #375941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 26.32%
G = 42.58%
B = 31.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#375941 (or 0x375941) is known color: Goblin. HEX triplet: 37, 59 and 41. RGB value is (55,89,65). Sum of RGB (Red+Green+Blue) = 55+89+65=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #375941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375941 is #C8A6BE. Grayscale: #4C4C4C. Windows color (decimal): -13149887 or 4282679. OLE color: 4282679.

HSL color Cylindrical-coordinate representation of color #375941: hue angle of 137.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375941 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 65 -
CMYK 0.38 0 0.27 0.65
HSL 137.65º 0.24% 0.28% -
HSV(B) 137.65º 0.38% 0.35% -
XYZ 6.1 8.34 6.29 -
YUV 76.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 55 89 65 0.38 0 0.27 0.65 137.65 0.24 0.28
Hex 37 59 41 26 0 1B 41 8A 18 1C
Octal 67 131 101 46 0 33 101 212 30 34
Binary 110111 1011001 1000001 100110 0 11011 1000001 10001010 11000 11100

Color Harmonies of #375941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375941

Black with #375941

Text Example


Text Example

White with #375941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375941; }

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

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

background-color css

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

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

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

border-color css

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

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

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