#364D3C

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

Shades of Goblin #364D3C

Tints of Goblin #364D3C

Color information

#364D3C (or 0x364D3C) is unknown color: approx Goblin. HEX triplet: 36, 4D and 3C. RGB value is (54,77,60). Sum of RGB (Red+Green+Blue) = 54+77+60=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #364D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D3C is #C9B2C3. Grayscale: #444444. Windows color (decimal): -13218500 or 3951926. OLE color: 3951926.

HSL color Cylindrical-coordinate representation of color #364D3C: hue angle of 135.65º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D3C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB547760-
CMYK0.3000.220.70
HSL135.65º17.56%25.69%-
HSV(B)135.65º29.87%30.2%-
XYZ4.996.425.25-
YUV68.18123.38117.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=28.27%
G=40.31%
B=31.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477600.3000.220.70135.6517.5625.69
Hex364D3C1E0164688121a
Octal6611574360261062102232
Binary1101101001101111100111100101101000110100010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,77,60); }

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

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

 a { background-color: rgb(54,77,60); }

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

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

 span { border-color: rgb(54,77,60); }

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