#33543C

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

Shades of Goblin #33543C

Tints of Goblin #33543C

Color information

#33543C (or 0x33543C) is unknown color: approx Goblin. HEX triplet: 33, 54 and 3C. RGB value is (51,84,60). Sum of RGB (Red+Green+Blue) = 51+84+60=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #33543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33543C is #CCABC3. Grayscale: #474747. Windows color (decimal): -13413316 or 3953715. OLE color: 3953715.

HSL color Cylindrical-coordinate representation of color #33543C: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33543C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB518460-
CMYK0.3900.290.67
HSL136.36º24.44%26.47%-
HSV(B)136.36º39.29%32.94%-
XYZ5.357.375.42-
YUV71.4121.57113.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=26.15%
G=43.08%
B=30.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184600.3900.290.67136.3624.4426.47
Hex33543C2701D4388181a
Octal6312474470351032103032
Binary11001110101001111001001110111011000011100010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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