#366043

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

Shades of Goblin #366043

Tints of Goblin #366043

Color information

#366043 (or 0x366043) is unknown color: approx Goblin. HEX triplet: 36, 60 and 43. RGB value is (54,96,67). Sum of RGB (Red+Green+Blue) = 54+96+67=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #366043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366043 is #C99FBC. Grayscale: #505050. Windows color (decimal): -13213629 or 4415542. OLE color: 4415542.

HSL color Cylindrical-coordinate representation of color #366043: hue angle of 138.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366043 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB549667-
CMYK0.4400.300.62
HSL138.57º28%29.41%-
HSV(B)138.57º43.75%37.65%-
XYZ6.729.566.8-
YUV80.14120.59109.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=24.88%
G=44.24%
B=30.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496670.4400.300.62138.572829.41
Hex3660432C01E3E8b1c1d
Octal6614010354036762133435
Binary11011011000001000011101100011110111110100010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366043; }

 p { color: rgb(54,96,67); }

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

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

 a { background-color: rgb(54,96,67); }

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

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

 span { border-color: rgb(54,96,67); }

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