#355041

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

Shades of Goblin #355041

Tints of Goblin #355041

Color information

#355041 (or 0x355041) is unknown color: approx Goblin. HEX triplet: 35, 50 and 41. RGB value is (53,80,65). Sum of RGB (Red+Green+Blue) = 53+80+65=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #355041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355041 is #CAAFBE. Grayscale: #464646. Windows color (decimal): -13283263 or 4280373. OLE color: 4280373.

HSL color Cylindrical-coordinate representation of color #355041: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #355041 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB538065-
CMYK0.3400.190.69
HSL146.67º20.3%26.08%-
HSV(B)146.67º33.75%31.37%-
XYZ5.296.886.05-
YUV70.22125.05115.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=26.77%
G=40.40%
B=32.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380650.3400.190.69146.6720.326.08
Hex355041220134593141a
Octal65120101420231052232432
Binary110101101000010000011000100100111000101100100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355041; }

 p { color: rgb(53,80,65); }

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

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

 a { background-color: rgb(53,80,65); }

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

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

 span { border-color: rgb(53,80,65); }

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