#335840

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

Shades of Goblin #335840

Tints of Goblin #335840

Color information

#335840 (or 0x335840) is unknown color: approx Goblin. HEX triplet: 33, 58 and 40. RGB value is (51,88,64). Sum of RGB (Red+Green+Blue) = 51+88+64=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #335840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335840 is #CCA7BF. Grayscale: #4A4A4A. Windows color (decimal): -13412288 or 4216883. OLE color: 4216883.

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

Color convert

RGB518864-
CMYK0.4200.270.65
HSL141.08º26.62%27.25%-
HSV(B)141.08º42.05%34.51%-
XYZ5.788.056.1-
YUV74.2122.24111.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=25.12%
G=43.35%
B=31.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188640.4200.270.65141.0826.6227.25
Hex3358402A01B418d1b1b
Octal63130100520331012153333
Binary110011101100010000001010100110111000001100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335840; }

 p { color: rgb(51,88,64); }

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

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

 a { background-color: rgb(51,88,64); }

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

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

 span { border-color: rgb(51,88,64); }

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