#365C40

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

Shades of Goblin #365C40

Tints of Goblin #365C40

Color information

#365C40 (or 0x365C40) is unknown color: approx Goblin. HEX triplet: 36, 5C and 40. RGB value is (54,92,64). Sum of RGB (Red+Green+Blue) = 54+92+64=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #365C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C40 is #C9A3BF. Grayscale: #4D4D4D. Windows color (decimal): -13214656 or 4217910. OLE color: 4217910.

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

Color convert

RGB549264-
CMYK0.4100.300.64
HSL135.79º26.03%28.63%-
HSV(B)135.79º41.3%36.08%-
XYZ6.278.816.22-
YUV77.45120.41111.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=25.71%
G=43.81%
B=30.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5492640.4100.300.64135.7926.0328.63
Hex365C402901E40881a1d
Octal66134100510361002103235
Binary110110101110010000001010010111101000000100010001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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