#365B3F

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

Shades of Goblin #365B3F

Tints of Goblin #365B3F

Color information

#365B3F (or 0x365B3F) is unknown color: approx Goblin. HEX triplet: 36, 5B and 3F. RGB value is (54,91,63). Sum of RGB (Red+Green+Blue) = 54+91+63=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #365B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B3F is #C9A4C0. Grayscale: #4C4C4C. Windows color (decimal): -13214913 or 4152118. OLE color: 4152118.

HSL color Cylindrical-coordinate representation of color #365B3F: hue angle of 134.59º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B3F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB549163-
CMYK0.4100.310.64
HSL134.59º25.52%28.43%-
HSV(B)134.59º40.66%35.69%-
XYZ6.168.636.04-
YUV76.74120.24111.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 63 (25% from 255) = 30.29%
R=25.96%
G=43.75%
B=30.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491630.4100.310.64134.5925.5228.43
Hex365B3F2901F40871a1c
Octal6613377510371002073234
Binary11011010110111111111010010111111000000100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B3F; }

 p { color: rgb(54,91,63); }

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

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

 a { background-color: rgb(54,91,63); }

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

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

 span { border-color: rgb(54,91,63); }

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