#33553E

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

Shades of Goblin #33553E

Tints of Goblin #33553E

Color information

#33553E (or 0x33553E) is unknown color: approx Goblin. HEX triplet: 33, 55 and 3E. RGB value is (51,85,62). Sum of RGB (Red+Green+Blue) = 51+85+62=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #33553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553E is #CCAAC1. Grayscale: #484848. Windows color (decimal): -13413058 or 4085043. OLE color: 4085043.

HSL color Cylindrical-coordinate representation of color #33553E: hue angle of 139.41º 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 #33553E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB518562-
CMYK0.4000.270.67
HSL139.41º25%26.67%-
HSV(B)139.41º40%33.33%-
XYZ5.487.555.73-
YUV72.21122.24112.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=25.76%
G=42.93%
B=31.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185620.4000.270.67139.412526.67
Hex33553E2801B438b191b
Octal6312576500331032133133
Binary11001110101011111101010000110111000011100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33553E; }

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

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

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

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

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

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

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

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