#37533D

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

Shades of Goblin #37533D

Tints of Goblin #37533D

Color information

#37533D (or 0x37533D) is unknown color: approx Goblin. HEX triplet: 37, 53 and 3D. RGB value is (55,83,61). Sum of RGB (Red+Green+Blue) = 55+83+61=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #37533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37533D is #C8ACC2. Grayscale: #484848. Windows color (decimal): -13151427 or 4018999. OLE color: 4018999.

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

Color convert

RGB558361-
CMYK0.3400.270.67
HSL132.86º20.29%27.06%-
HSV(B)132.86º33.73%32.55%-
XYZ5.517.345.54-
YUV72.12121.72115.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=27.64%
G=41.71%
B=30.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583610.3400.270.67132.8620.2927.06
Hex37533D2201B4385141b
Octal6712375420331032052433
Binary11011110100111111011000100110111000011100001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37533D; }

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

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

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

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

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

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

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

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