#335640

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

Shades of Goblin #335640

Tints of Goblin #335640

Color information

#335640 (or 0x335640) is unknown color: approx Goblin. HEX triplet: 33, 56 and 40. RGB value is (51,86,64). Sum of RGB (Red+Green+Blue) = 51+86+64=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #335640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335640 is #CCA9BF. Grayscale: #494949. Windows color (decimal): -13412800 or 4216371. OLE color: 4216371.

HSL color Cylindrical-coordinate representation of color #335640: hue angle of 142.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335640 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB518664-
CMYK0.4100.260.66
HSL142.29º25.55%26.86%-
HSV(B)142.29º40.7%33.73%-
XYZ5.627.736.05-
YUV73.03122.9112.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=25.37%
G=42.79%
B=31.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186640.4100.260.66142.2925.5526.86
Hex3356402901A428e1a1b
Octal63126100510321022163233
Binary110011101011010000001010010110101000010100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335640; }

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

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

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

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

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

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

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

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