#375840

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

Shades of Goblin #375840

Tints of Goblin #375840

Color information

#375840 (or 0x375840) is unknown color: approx Goblin. HEX triplet: 37, 58 and 40. RGB value is (55,88,64). Sum of RGB (Red+Green+Blue) = 55+88+64=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #375840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375840 is #C8A7BF. Grayscale: #4B4B4B. Windows color (decimal): -13150144 or 4216887. OLE color: 4216887.

HSL color Cylindrical-coordinate representation of color #375840: hue angle of 136.36º degrees, saturation: 0.23, 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 #375840 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB558864-
CMYK0.3800.270.65
HSL136.36º23.08%28.04%-
HSV(B)136.36º37.5%34.51%-
XYZ5.998.166.11-
YUV75.4121.57113.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=26.57%
G=42.51%
B=30.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588640.3800.270.65136.3623.0828.04
Hex3758402601B4188171c
Octal67130100460331012102734
Binary110111101100010000001001100110111000001100010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375840; }

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

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

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

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

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

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

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

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