#364B40

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

Shades of Goblin #364B40

Tints of Goblin #364B40

Color information

#364B40 (or 0x364B40) is unknown color: approx Goblin. HEX triplet: 36, 4B and 40. RGB value is (54,75,64). Sum of RGB (Red+Green+Blue) = 54+75+64=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #364B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B40 is #C9B4BF. Grayscale: #434343. Windows color (decimal): -13219008 or 4213558. OLE color: 4213558.

HSL color Cylindrical-coordinate representation of color #364B40: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364B40 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB547564-
CMYK0.2800.150.71
HSL148.57º16.28%25.29%-
HSV(B)148.57º28%29.41%-
XYZ4.966.195.78-
YUV67.47126.04118.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=27.98%
G=38.86%
B=33.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475640.2800.150.71148.5716.2825.29
Hex364B401C0F47951019
Octal66113100340171072252031
Binary1101101001011100000011100011111000111100101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B40; }

 p { color: rgb(54,75,64); }

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

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

 a { background-color: rgb(54,75,64); }

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

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

 span { border-color: rgb(54,75,64); }

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