#355940

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

Shades of Goblin #355940

Tints of Goblin #355940

Color information

#355940 (or 0x355940) is unknown color: approx Goblin. HEX triplet: 35, 59 and 40. RGB value is (53,89,64). Sum of RGB (Red+Green+Blue) = 53+89+64=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #355940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355940 is #CAA6BF. Grayscale: #4B4B4B. Windows color (decimal): -13280960 or 4217141. OLE color: 4217141.

HSL color Cylindrical-coordinate representation of color #355940: hue angle of 138.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355940 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB538964-
CMYK0.4000.280.65
HSL138.33º25.35%27.84%-
HSV(B)138.33º40.45%34.9%-
XYZ5.978.276.13-
YUV75.39121.57112.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=25.73%
G=43.20%
B=31.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389640.4000.280.65138.3325.3527.84
Hex3559402801C418a191c
Octal65131100500341012123134
Binary110101101100110000001010000111001000001100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355940; }

 p { color: rgb(53,89,64); }

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

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

 a { background-color: rgb(53,89,64); }

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

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

 span { border-color: rgb(53,89,64); }

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