#335542

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

Shades of Goblin #335542

Tints of Goblin #335542

Color information

#335542 (or 0x335542) is unknown color: approx Goblin. HEX triplet: 33, 55 and 42. RGB value is (51,85,66). Sum of RGB (Red+Green+Blue) = 51+85+66=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #335542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335542 is #CCAABD. Grayscale: #484848. Windows color (decimal): -13413054 or 4347187. OLE color: 4347187.

HSL color Cylindrical-coordinate representation of color #335542: hue angle of 146.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335542 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB518566-
CMYK0.4000.220.67
HSL146.47º25%26.67%-
HSV(B)146.47º40%33.33%-
XYZ5.67.596.33-
YUV72.67124.24112.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=25.25%
G=42.08%
B=32.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185660.4000.220.67146.472526.67
Hex335542280164392191b
Octal63125102500261032223133
Binary110011101010110000101010000101101000011100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335542; }

 p { color: rgb(51,85,66); }

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

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

 a { background-color: rgb(51,85,66); }

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

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

 span { border-color: rgb(51,85,66); }

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