#375741

Color #375741 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #375741

Tints of Goblin #375741

Color information

#375741 (or 0x375741) is unknown color: approx Goblin. HEX triplet: 37, 57 and 41. RGB value is (55,87,65). Sum of RGB (Red+Green+Blue) = 55+87+65=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #375741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375741 is #C8A8BE. Grayscale: #4A4A4A. Windows color (decimal): -13150399 or 4282167. OLE color: 4282167.

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

Color convert

RGB558765-
CMYK0.3700.250.66
HSL138.75º22.54%27.84%-
HSV(B)138.75º36.78%34.12%-
XYZ5.948.016.23-
YUV74.92122.4113.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=26.57%
G=42.03%
B=31.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587650.3700.250.66138.7522.5427.84
Hex37574125019428b171c
Octal67127101450311022132734
Binary110111101011110000011001010110011000010100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375741; }

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

 H1.HeaderClassName
 {
   color: #375741;
 }
 .AnyTagClassName
 {
   color: #375741;
 }
</style>
background-color css

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

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

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

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

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

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