#375342

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

Shades of Goblin #375342

Tints of Goblin #375342

Color information

#375342 (or 0x375342) is unknown color: approx Goblin. HEX triplet: 37, 53 and 42. RGB value is (55,83,66). Sum of RGB (Red+Green+Blue) = 55+83+66=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #375342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375342 is #C8ACBD. Grayscale: #484848. Windows color (decimal): -13151422 or 4346679. OLE color: 4346679.

HSL color Cylindrical-coordinate representation of color #375342: hue angle of 143.57º 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 #375342 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB558366-
CMYK0.3400.200.67
HSL143.57º20.29%27.06%-
HSV(B)143.57º33.73%32.55%-
XYZ5.657.396.28-
YUV72.69124.22115.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=26.96%
G=40.69%
B=32.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583660.3400.200.67143.5720.2927.06
Hex375342220144390141b
Octal67123102420241032202433
Binary110111101001110000101000100101001000011100100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375342; }

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

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

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

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

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

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

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

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