#364A3E

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

Shades of Goblin #364A3E

Tints of Goblin #364A3E

Color information

#364A3E (or 0x364A3E) is unknown color: approx Goblin. HEX triplet: 36, 4A and 3E. RGB value is (54,74,62). Sum of RGB (Red+Green+Blue) = 54+74+62=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #364A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A3E is #C9B5C1. Grayscale: #424242. Windows color (decimal): -13219266 or 4082230. OLE color: 4082230.

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

Color convert

RGB547462-
CMYK0.2700.160.71
HSL144º15.63%25.1%-
HSV(B)144º27.03%29.02%-
XYZ4.846.035.47-
YUV66.65125.37118.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=28.42%
G=38.95%
B=32.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474620.2700.160.7114415.6325.1
Hex364A3E1B01047901019
Octal6611276330201072202031
Binary1101101001010111110110110100001000111100100001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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