#36483E

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

Shades of Goblin #36483E

Tints of Goblin #36483E

Color information

#36483E (or 0x36483E) is unknown color: approx Goblin. HEX triplet: 36, 48 and 3E. RGB value is (54,72,62). Sum of RGB (Red+Green+Blue) = 54+72+62=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #36483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36483E is #C9B7C1. Grayscale: #414141. Windows color (decimal): -13219778 or 4081718. OLE color: 4081718.

HSL color Cylindrical-coordinate representation of color #36483E: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #36483E is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB547262-
CMYK0.2500.140.72
HSL146.67º14.29%24.71%-
HSV(B)146.67º25%28.24%-
XYZ4.715.775.42-
YUV65.48126.04119.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=28.72%
G=38.30%
B=32.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472620.2500.140.72146.6714.2924.71
Hex36483E190E4893e19
Octal6611076310161102231631
Binary11011010010001111101100101110100100010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36483E; }

 p { color: rgb(54,72,62); }

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

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

 a { background-color: rgb(54,72,62); }

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

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

 span { border-color: rgb(54,72,62); }

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