#356042

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

Shades of Goblin #356042

Tints of Goblin #356042

Color information

#356042 (or 0x356042) is unknown color: approx Goblin. HEX triplet: 35, 60 and 42. RGB value is (53,96,66). Sum of RGB (Red+Green+Blue) = 53+96+66=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #356042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356042 is #CA9FBD. Grayscale: #4F4F4F. Windows color (decimal): -13279166 or 4350005. OLE color: 4350005.

HSL color Cylindrical-coordinate representation of color #356042: hue angle of 138.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356042 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB539666-
CMYK0.4500.310.62
HSL138.14º28.86%29.22%-
HSV(B)138.14º44.79%37.65%-
XYZ6.639.526.64-
YUV79.72120.25108.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=24.65%
G=44.65%
B=30.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396660.4500.310.62138.1428.8629.22
Hex3560422D01F3E8a1d1d
Octal6514010255037762123535
Binary11010111000001000010101101011111111110100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356042; }

 p { color: rgb(53,96,66); }

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

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

 a { background-color: rgb(53,96,66); }

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

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

 span { border-color: rgb(53,96,66); }

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