#375340

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

Shades of Goblin #375340

Tints of Goblin #375340

Color information

#375340 (or 0x375340) is unknown color: approx Goblin. HEX triplet: 37, 53 and 40. RGB value is (55,83,64). Sum of RGB (Red+Green+Blue) = 55+83+64=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #375340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375340 is #C8ACBF. Grayscale: #484848. Windows color (decimal): -13151424 or 4215607. OLE color: 4215607.

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

Color convert

RGB558364-
CMYK0.3400.230.67
HSL139.29º20.29%27.06%-
HSV(B)139.29º33.73%32.55%-
XYZ5.597.375.98-
YUV72.46123.22115.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=27.23%
G=41.09%
B=31.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583640.3400.230.67139.2920.2927.06
Hex37534022017438b141b
Octal67123100420271032132433
Binary110111101001110000001000100101111000011100010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375340; }

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

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

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

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

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

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

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

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