#375540

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

Shades of Goblin #375540

Tints of Goblin #375540

Color information

#375540 (or 0x375540) is unknown color: approx Goblin. HEX triplet: 37, 55 and 40. RGB value is (55,85,64). Sum of RGB (Red+Green+Blue) = 55+85+64=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #375540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375540 is #C8AABF. Grayscale: #494949. Windows color (decimal): -13150912 or 4216119. OLE color: 4216119.

HSL color Cylindrical-coordinate representation of color #375540: hue angle of 138º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375540 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB558564-
CMYK0.3500.250.67
HSL138º21.43%27.45%-
HSV(B)138º35.29%33.33%-
XYZ5.757.686.03-
YUV73.64122.56114.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=26.96%
G=41.67%
B=31.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585640.3500.250.6713821.4327.45
Hex37554023019438a151b
Octal67125100430311032122533
Binary110111101010110000001000110110011000011100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375540; }

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

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

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

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

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

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

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

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