#33553C

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

Shades of Goblin #33553C

Tints of Goblin #33553C

Color information

#33553C (or 0x33553C) is unknown color: approx Goblin. HEX triplet: 33, 55 and 3C. RGB value is (51,85,60). Sum of RGB (Red+Green+Blue) = 51+85+60=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #33553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553C is #CCAAC3. Grayscale: #484848. Windows color (decimal): -13413060 or 3953971. OLE color: 3953971.

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

Color convert

RGB518560-
CMYK0.4000.290.67
HSL135.88º25%26.67%-
HSV(B)135.88º40%33.33%-
XYZ5.437.535.44-
YUV71.98121.24113.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=26.02%
G=43.37%
B=30.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185600.4000.290.67135.882526.67
Hex33553C2801D4388191b
Octal6312574500351032103133
Binary11001110101011111001010000111011000011100010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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