#335C3E

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

Shades of Goblin #335C3E

Tints of Goblin #335C3E

Color information

#335C3E (or 0x335C3E) is unknown color: approx Goblin. HEX triplet: 33, 5C and 3E. RGB value is (51,92,62). Sum of RGB (Red+Green+Blue) = 51+92+62=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #335C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C3E is #CCA3C1. Grayscale: #4C4C4C. Windows color (decimal): -13411266 or 4086835. OLE color: 4086835.

HSL color Cylindrical-coordinate representation of color #335C3E: hue angle of 136.1º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C3E is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB519262-
CMYK0.4500.330.64
HSL136.1º28.67%28.04%-
HSV(B)136.1º44.57%36.08%-
XYZ6.068.715.92-
YUV76.32119.92109.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=24.88%
G=44.88%
B=30.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192620.4500.330.64136.128.6728.04
Hex335C3E2D02140881d1c
Octal6313476550411002103534
Binary110011101110011111010110101000011000000100010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335C3E; }

 p { color: rgb(51,92,62); }

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

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

 a { background-color: rgb(51,92,62); }

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

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

 span { border-color: rgb(51,92,62); }

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